I tried to have a look at everything, though as a tryton newcommer
I admit that I could not understand perfectly.
Maybe you should upgrade a simple (or dummy) module and make
a before-after comparison ? I saw bits of it in a few (mostly) test
classes, but it often is renaming _name, removing _description
and adding @staticmethod / @classmethod everywhere.
> No need yet for a review. It is more about the design.
I like this design. It looks and feels cleaner and easier to use.
One little question anyway :
> * Return objects instead of id's in create, search, etc.
in trytond/tests/tests_wizard.py,
+ group_a_id = self.group.create({ + 'name': 'Group A', + })Which one is
right ?
Jean CAVALLO
--
[email protected] mailing list