Commit Graph

96 Commits

Author SHA1 Message Date
Fabien BOURGEOIS de341e5df6 [REM]Yaltik DSL : remove useless external dependency 2021-02-22 19:30:15 +01:00
Fabien BOURGEOIS e9a84a1683 [TYPO]Makefile 2021-02-22 17:49:20 +01:00
Fabien BOURGEOIS 93cd5bc112 Merge branch '10.0' into 10.0-purepy 2021-02-22 16:42:20 +01:00
Fabien BOURGEOIS b9d62b7c68 [REF]Yaltik DSL directories refactoring + makefile 2020-05-07 13:39:50 +02:00
Fabien BOURGEOIS 5c4c0fe6e3 [MIG][WIP]Yaltik DSL : Odoo DSL on pure Python 2020-05-07 10:17:03 +02:00
Fabien BOURGEOIS c48c086a0b [REF]Yaltik DSL Test XML reindentation 2020-05-03 13:07:27 +02:00
Fabien BOURGEOIS 32dff3cce7 [ADD]Yaltik DSL Makefile 2020-05-03 12:59:30 +02:00
Fabien BOURGEOIS 212b6dc3d3 [IMP]Yaltik DSL : add pretty option on xml_write 2020-05-03 12:59:18 +02:00
Fabien BOURGEOIS 9fa300f77e [WIP][BROKEN]Yaltik DSL : no ported yet from coco 2020-05-03 12:32:01 +02:00
Fabien BOURGEOIS 143492e58b [WIP][IMP]XML Base : pretty option of xml write 2020-05-03 12:31:40 +02:00
Fabien BOURGEOIS 315f4a82ae [MIG][WIP]Yaltik DSL : XML Base on pure Python 2020-05-03 12:03:47 +02:00
Fabien BOURGEOIS 0a86aa3eab [REM]Remove Coconut from Yaltik DSL 2020-05-03 12:03:17 +02:00
Fabien BOURGEOIS 0c037815b9 [FIX]Yaltik DSL fix xmln with only children 2020-05-01 18:58:34 +02:00
Fabien BOURGEOIS 4938cec43d [IMP]Yaltik DSL : tests, use asserRaises instead of try 2020-05-01 18:44:24 +02:00
Fabien BOURGEOIS 8859a4b340 [REF][UPD]Yaltik DSL : migration to coco finished 2020-05-01 12:57:14 +02:00
Fabien BOURGEOIS c0c1427fce [REF]Yaltik DSL : end of refactoring to coconut, final tests 2020-05-01 09:45:58 +02:00
Fabien BOURGEOIS 9d1ab3dc6c [IMP]Yaltik DSL : Odoo DSL avoid side effect on attributes 2020-05-01 00:07:01 +02:00
Fabien BOURGEOIS 170aa6a86e [REF][IMP][WIP]Yaltik DSL : refactor to coco odoo
And new tests, enhancements.... WIP !
2020-04-30 23:41:39 +02:00
Fabien BOURGEOIS e46c4bf6ab [IMP]Yaltik DSL : improvements
* Improve typing ;
* Rewrite of xml_write ;
* New tests cases, as xml_write.
2020-04-30 18:32:47 +02:00
Fabien BOURGEOIS 742d395427 [REF]Yaltik DSL : XML Base better xmln 2020-04-30 11:09:28 +02:00
Fabien BOURGEOIS cfb99c113d [REF][WIP]Yaltik DSL : new tests, refacoring of xml_base, ADTs 2020-04-30 10:58:45 +02:00
Fabien BOURGEOIS 1202e3c6d4 [REF][WIP]Yaltik DSL : attempt to migrate to Coconut 2020-04-30 03:01:37 +02:00
Fabien BOURGEOIS 407b0fb78f [FIX]Yaltik DSL : fix for unicode child (not only str) 2020-04-29 18:41:18 +02:00
Fabien BOURGEOIS 829c72900a [IMP]Yaltik DSL : do not regenerate XML from cached Python 2020-04-29 11:02:18 +02:00
Fabien BOURGEOIS 8709bd2195 [IMP]Yaltik DSL : add XML filter 2020-04-29 08:37:49 +02:00
Fabien BOURGEOIS 63152aabdb [REF]Yaltik DSL : prefer lambdas, better indentations etc.
(quirks from hy2py)
2020-04-28 09:00:28 +02:00
Fabien BOURGEOIS 950f08fca6 [ADD]Yaltik DSL for Odoo 2020-04-28 08:47:58 +02:00
Fabien BOURGEOIS fb3834b433 [REM]Hy base removal (for external python package) 2020-03-27 00:34:42 +01:00
Fabien BOURGEOIS c01a61ba1c [FIX]Account Bank Statement Import CCoop : handling new CSV format
* Empty last cells on balance lines ;
* New year with YYYY (old : YY).
2020-01-30 10:19:42 +01:00
Fabien BOURGEOIS c5e3aff7df [IMP]Hy base : allow attrs as child as 2nd arg for xmln 2019-09-22 15:10:19 +02:00
Fabien BOURGEOIS 82fd49a5e5 [REF]Hy base : finalize fns over macros 2019-09-22 10:41:17 +02:00
Fabien BOURGEOIS c45d527fff [REF]Hy Base XML better naming for child 2019-09-22 10:34:00 +02:00
Fabien BOURGEOIS 82155b3cc2 [IMP]Hy Base : favor defns instead of macros here 2019-09-22 10:32:19 +02:00
Fabien BOURGEOIS fbb21545ec [ADD]XML DSL addon 2019-09-20 15:28:33 +02:00
Fabien BOURGEOIS 0b592275a9 [IMP]Hy Base : new odoo macros 2019-09-18 21:10:34 +02:00
Fabien BOURGEOIS b61c49d1e6 [FIX]Hy Base : handle python2 case 2019-09-18 09:28:04 +02:00
Fabien BOURGEOIS f1ae84bc77 [FIX]Hy base : actions-server code fix 2019-09-18 09:27:21 +02:00
Fabien BOURGEOIS 217a64ab68 [IMP]Hy Base : new macro for server actions 2019-09-17 16:40:14 +02:00
Fabien BOURGEOIS e2796dc29b [IMP]Hy base : namespace Odoo DSL 2019-09-16 18:58:25 +02:00
Fabien BOURGEOIS a4a4539528 [FIX]Hy Base : bad args expansion on xml-write macro 2019-09-16 18:57:28 +02:00
Fabien BOURGEOIS 9a7027622f [IMP]Hy base : use gensym for safer xml-write macro 2019-09-16 18:21:29 +02:00
Fabien BOURGEOIS 19b9fa6c69 [REF]Hy base : use format strings, better setv 2019-09-16 18:10:37 +02:00
Fabien BOURGEOIS b8462951e0 [ADD]Hy base : add xml-write macro 2019-09-16 16:47:29 +02:00
Fabien BOURGEOIS 8eb4c0e294 [ADD]Hylang base with XML and Odoo macros 2019-09-16 16:20:08 +02:00
Fabien BOURGEOIS 2d383c2eb4 [FIX]Account Bank Statement Import CCoop : line acc num
Line account number should not be main partner one
2018-12-11 12:33:28 +01:00
Fabien BOURGEOIS 68d119b7b0 [I18N]Grant followup : updated french translation 2018-09-26 16:52:54 +02:00
Fabien BOURGEOIS d4f5ba118f [TYPO]Grand Followup : typo on icon name 2018-09-26 16:24:06 +02:00
Fabien BOURGEOIS c010ead212 [ADD]Grant followup addon 2018-09-26 14:54:03 +02:00
Fabien BOURGEOIS 64e992c3fd [FIX]Account Bank Statement Ccop : name and ref were inversed 2018-09-21 16:25:02 +02:00
Fabien BOURGEOIS d9c9fa52ff [FIX]Account Bank Statment Import CCoop
* Check CCoop CSV file, to allow import chain ;
* Convert ISO to UTF8.
2018-09-12 17:25:05 +02:00