mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[NEW] contract_invoice_merge_by_partner: New module
This commit is contained in:
committed by
Pedro M. Baeza
parent
53cb963fec
commit
006f253df4
11
contract_invoice_merge_by_partner/models/res_partner.py
Normal file
11
contract_invoice_merge_by_partner/models/res_partner.py
Normal 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()
|
||||
Reference in New Issue
Block a user