mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[ADD] Domain wizard massive changes pricelist daily
This commit is contained in:
@@ -66,7 +66,11 @@
|
||||
</group>
|
||||
<!-- Priclist Fields -->
|
||||
<group attrs="{'invisible':[('section', '!=', 'prices')]}">
|
||||
<field name="pricelist_id" attrs="{'required':[('section', '=', 'prices')]}"/>
|
||||
<field name="pricelist_id"
|
||||
attrs="{'required':[('section', '=', 'prices')]}"
|
||||
domain="[
|
||||
('pricelist_type', '=', 'daily')
|
||||
]" />
|
||||
<field name="price" attrs="{'required':[('section', '=', 'prices')]}"/>
|
||||
</group>
|
||||
<footer>
|
||||
|
||||
Reference in New Issue
Block a user