Skip to content
Extraits de code Groupes Projets
Valider e0354164 rédigé par jordan's avatar jordan
Parcourir les fichiers

[fix] create = false on "appels de cotisations" view

parent 841a5459
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<field name="res_model">account.invoice</field> <field name="res_model">account.invoice</field>
<field name="view_mode">tree,form,kanban,calendar,graph,pivot</field> <field name="view_mode">tree,form,kanban,calendar,graph,pivot</field>
<field name="domain" eval="[('type','in', ['out_invoice', 'out_refund']), ('is_contribution', '!=', False)]"/> <field name="domain" eval="[('type','in', ['out_invoice', 'out_refund']), ('is_contribution', '!=', False)]"/>
<field name="context" eval="{'default_type':'out_invoice', 'type':'out_invoice', 'journal_type': 'sale', 'default_is_contribution': True,}"/> <field name="context" eval="{'default_type':'out_invoice', 'type':'out_invoice', 'journal_type': 'sale', 'default_is_contribution': True, 'create': False,}"/>
<field name="search_view_id" ref="account.view_account_invoice_filter"/> <field name="search_view_id" ref="account.view_account_invoice_filter"/>
</record> </record>
<record id="action_invoice_scop_cotisation_view1" model="ir.actions.act_window.view"> <record id="action_invoice_scop_cotisation_view1" model="ir.actions.act_window.view">
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter