mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[14.0][MIG] contract_variable_qty_prorated
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- Copyright 2018 ACSONE SA/NV
|
||||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
|
||||
<odoo>
|
||||
|
||||
<record id="contract_variable_qty_prorated"
|
||||
model="contract.line.qty.formula">
|
||||
<record id="contract_variable_qty_prorated" model="contract.line.qty.formula">
|
||||
<field name='name'>Prorated Quantity</field>
|
||||
<field name="code">
|
||||
result = 0
|
||||
|
||||
Reference in New Issue
Block a user