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

[update] default search view on invoice and cotiz

parent 16c7165c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -180,6 +180,7 @@ ...@@ -180,6 +180,7 @@
<field name="name">Cotisations IDF</field> <field name="name">Cotisations IDF</field>
<field name="res_model">scop.cotisation.idf</field> <field name="res_model">scop.cotisation.idf</field>
<field name="view_mode">tree,form,pivot,graph</field> <field name="view_mode">tree,form,pivot,graph</field>
<field name="context">{'search_default_is_type_invoice': True}</field>
</record> </record>
<!-- MENUS --> <!-- MENUS -->
......
...@@ -172,6 +172,7 @@ ...@@ -172,6 +172,7 @@
<field name="name">Factures IDF</field> <field name="name">Factures IDF</field>
<field name="res_model">scop.invoice.idf</field> <field name="res_model">scop.invoice.idf</field>
<field name="view_mode">tree,form,pivot,graph</field> <field name="view_mode">tree,form,pivot,graph</field>
<field name="context">{'search_default_is_type_invoice': True}</field>
</record> </record>
<!-- MENUS --> <!-- MENUS -->
......
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