Skip to content

Commit

Permalink
[IMP] Analytic Accounting Visible if active only
Browse files Browse the repository at this point in the history
  • Loading branch information
fpodoo committed Nov 19, 2015
1 parent 1fa45fc commit e043a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sale/sale_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<field name="partner_id" domain="[('customer','=',True)]" context="{'search_default_customer':1, 'show_address': 1}" options='{"always_reload": True}'/>
<field name="partner_invoice_id" groups="sale.group_delivery_invoice_address" context="{'default_type':'invoice'}"/>
<field name="partner_shipping_id" groups="sale.group_delivery_invoice_address" context="{'default_type':'delivery'}"/>
<field name="project_id" context="{'default_partner_id':partner_invoice_id, 'default_name':name}"/>
<field name="project_id" context="{'default_partner_id':partner_invoice_id, 'default_name':name}" groups="sale.group_analytic_accounting"/>
</group>
<group>
<field name="date_order" invisible="1"/>
Expand Down

0 comments on commit e043a07

Please sign in to comment.