chat.freenode.net #tryton log beginning Sat 07 Sep 2019 12:00:01 AM CEST | ||
-!- yangoon(~mathiasb@i59F72EBD.versanet.de) has joined #tryton | 02:25 | |
-!- semarie(~semarie@unaffiliated/semarie) has joined #tryton | 04:52 | |
-!- semarie(~semarie@unaffiliated/semarie) has joined #tryton | 05:10 | |
-!- semarie(~semarie@unaffiliated/semarie) has joined #tryton | 06:42 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 08:24 | |
-!- noosanon(~user@154.127.252.150) has joined #tryton | 19:30 | |
noosanon | hey guys | 19:41 |
---|---|---|
noosanon | I'm trying to develop a module with angolan accounts | 19:41 |
noosanon | so I've written the xml file according to the account_fr module which is similar to what I wanna do with the module | 19:43 |
noosanon | but it's giving me an error which says that the reference to account_ao.ao is not found | 19:45 |
noosanon | I have checked everything and compared my code with some other modules like account_be, account_fr, account_es | 19:46 |
noosanon | but I can't seem to find what's missing :s | 19:46 |
noosanon | can you guys help me with this?? | 19:46 |
-!- semarie(~semarie@unaffiliated/semarie) has joined #tryton | 20:01 | |
noosanon | here is the GIT repo: https://github.com/hfreitas310/trytond_account_ao/blob/master/account_ao.xml | 20:12 |
cedk | noosanon: it is because you used grouped attribute | 20:59 |
cedk | noosanon: it can be used only if there are no self references in the data | 21:00 |
noosanon | cedk: ohhhh ok... I thought it was just to organize data in the xml file | 21:10 |
noosanon | I'll do the organization with comments | 21:10 |
cedk | noosanon: grouped is about creating all the record in one call so it is faster but then the id of record can not be known inside the same data group | 21:12 |
noosanon | cedk: all right, thanks ;) | 21:22 |
noosanon | now it's giving me a keyerror: 'statement' :s | 21:51 |
noosanon | any ideas?? | 21:52 |
cedk | noosanon: need traceback | 21:55 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!