You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | <?xml version="1.0"?>
<odoo>
	<record id="customer_address_form_inherit" model="ir.ui.view">
		<field name="name">customer.address.form.inherit</field>
		<field name="model">partner</field>
		<field name="inherit_id" ref="core.customer_address_form"/>
		<field name="arch" type="xml">
			<button name="action_view_money_invoice" position="after">
				<button type="object"
						string="销售记录(最近1年)"
						name="action_view_sell_history"
						class="oe_stat_button"
						icon="fa-list-alt">
				</button>
			</button>
		</field>
	</record>
</odoo>
 |