Browse Source
Merge pull request #456 from legalsylvain/8.0-FIX_pos_cash_move_reason
[FIX] demo data. Cash move reason should not be purchasable / saleable
8.0
Alexis de Lattre
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
pos_cash_move_reason/demo/product_template.xml
|
|
@ -8,12 +8,16 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
|
|
|
|
|
<record id="income_reason" model="product.template"> |
|
|
|
<field name="name">Miscellaneous income</field> |
|
|
|
<field name="sale_ok" eval="False"/> |
|
|
|
<field name="purchase_ok" eval="False"/> |
|
|
|
<field name="income_pdt" eval="True" /> |
|
|
|
<field name="property_account_income" ref="account.o_income"/> |
|
|
|
</record> |
|
|
|
|
|
|
|
<record id="expense_reason" model="product.template"> |
|
|
|
<field name="name">Miscellaneous expense</field> |
|
|
|
<field name="sale_ok" eval="False"/> |
|
|
|
<field name="purchase_ok" eval="False"/> |
|
|
|
<field name="expense_pdt" eval="True" /> |
|
|
|
<field name="property_account_expense" ref="account.a_expense"/> |
|
|
|
</record> |
|
|
|