Rename 'sale.agreement' model to 'agreement'

Add type field on 'agreement': 'sale' or 'purchase'
Add agreement_id field on supplier invoices
This commit is contained in:
Alexis de Lattre
2017-09-10 22:56:58 +02:00
parent b795f33d17
commit 90fda6ba73
17 changed files with 140 additions and 84 deletions

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from . import sale_agreement
from . import agreement
from . import account_invoice