Files
contract/agreement_account/models/__init__.py
Alexis de Lattre 90fda6ba73 Rename 'sale.agreement' model to 'agreement'
Add type field on 'agreement': 'sale' or 'purchase'
Add agreement_id field on supplier invoices
2017-09-10 22:56:58 +02:00

5 lines
79 B
Python

# -*- coding: utf-8 -*-
from . import agreement
from . import account_invoice