[NEW] contract_invoice_merge_by_partner: New module

This commit is contained in:
Carlos Incaser
2016-06-13 20:11:56 +02:00
committed by Pedro M. Baeza
parent 53cb963fec
commit 006f253df4
12 changed files with 235 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# -*- coding: utf-8 -*-
# © 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from openerp import fields, models
class ResPartner(models.Model):
_inherit = 'res.partner'
contract_invoice_merge = fields.Boolean()