2 Commits

Author SHA1 Message Date
562d6d009b [IMP] migrate from version 16 to version 18
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m25s
2025-10-07 16:48:25 +02:00
5195e93038 [ADD] module account_advanced_protection_features from version 16.0 2025-10-07 16:47:34 +02:00

View File

@@ -13,12 +13,12 @@
<field <field
name="prevent_reset_to_draft_sent_invoice" name="prevent_reset_to_draft_sent_invoice"
groups="account_advanced_protection_features.group_account_protection_manager" groups="account_advanced_protection_features.group_account_protection_manager"
attrs="{'invisible': [('type', '!=', 'sale')]}" invisible="type != 'sale'"
/> />
<field <field
name="allow_bank_statement_deletion" name="allow_bank_statement_deletion"
groups="account_advanced_protection_features.group_account_protection_manager" groups="account_advanced_protection_features.group_account_protection_manager"
attrs="{'invisible': [('type', 'not in', ['bank', 'cash'])]}" invisible="type not in ['bank', 'cash']"
/> />
</xpath> </xpath>
</field> </field>