[tryton-dev] RFC: Refactorization of the computation of taxes

2014-08-06 Thread Nicolas Évrard
Hello, The code doing the computation of the taxes is currently implmented three times (in account_invoice, sale and purchase). The first step in solving issue4115 is to unify this into the tax object. So I wrote the following patch: http://codereview.tryton.org/9561002/ The idea of the re

[tryton-dev] Introducing RelationshipMixin

2014-08-06 Thread Sergi Almacellas Abellana
Hi devs, I was in the first steps on implementing the Asset Blueprint [1], and I realized that the asset_relationship module will share a lot of code with the party_relationship module [2], so I was thinking to add a RelationshipMixin to reuse the code for both modules. So basically, this modu