Commit Graph

106 Commits

Author SHA1 Message Date
a70b630c71 [ADD]Yaltik DSL : add HTML tags 2024-05-02 16:54:29 +02:00
7d874226be [ADD]Yaltik DSL : add template tag 2024-04-16 11:08:44 +02:00
b4c272a3da [ADD]Yaltik DSL : Label Tag 2024-02-01 15:55:52 +01:00
bc19f41588 [ADD]Yaltik DSL : add ul / li tags 2024-01-29 15:14:09 +01:00
48f5e75d8d [ADD]Title HTML balisis 2024-01-16 17:34:07 +01:00
e043acfca4 [ADD]BR Tag 2024-01-12 12:35:59 +01:00
908ed5f723 [IMP]Yaltik DSL : add span tag 2024-01-12 12:29:48 +01:00
f6982b7d16 [IMP]Yaltik DSL v16 : act_window deprecated 2023-06-13 18:43:17 +02:00
e678fac46e [ADD]Yaltik DSL : add basic tags 2023-05-24 10:34:43 +02:00
1d10e5a89a [IMP]Yaltik Bootstrap : replace MUK by OCA web addons 2023-03-06 18:19:21 +01:00
dbcfdc14e5 [MIG]Yaltik Bootstrap to v16 2023-01-24 14:23:50 +01:00
85e8663218 [ADD]Yaltik DSL : add notebook/page tags 2023-01-10 14:32:25 +01:00
747afe2f14 [IMP]Yaltik DSL : add delete fn 2022-12-15 16:50:51 +01:00
1296e952af [ADD]Yaltik DSL : tests for yes_no filter 2022-12-09 11:56:38 +01:00
f1261c1085 [REM]Yaltik DSL : remove last coco files 2022-12-09 11:36:50 +01:00
cf6f40220a [MIG]Yaltik DSL : from coconut to pure py2 2022-12-09 11:24:16 +01:00
ae30f47886 [ADD]Yaltik DSL : add filter_yes_no 2022-11-25 22:59:04 +01:00
1a4bed211a [ADD]Yaltik DSL : add separator (source) 2022-11-20 23:41:04 +01:00
6db81ee501 [ADD]Yaltik DSL : add separator 2022-11-20 23:39:58 +01:00
214503ae4f [MIG]Yaltik DSL : base conversion to Coconut 2022-11-17 15:49:41 +01:00
40f6c88fee [FIX]Hy Odoo : from Hy v0.25.0 dfor adapted 2022-11-09 09:35:49 +01:00
b75fded6f5 [UPD]Hy Odoo : update dependencies 2022-11-09 09:01:09 +01:00
b08752d767 [ADD]Hy Odoo : from external to Odoo addon 2022-11-06 15:25:57 +01:00
6b49ee69f4 [IMP]Yaltik DSL : suffix better than xml type 2022-11-02 10:39:12 +01:00
cc40759909 [IMP]Yaltik DSL : odoo add field_nval 2022-11-02 10:37:39 +01:00
c2ad72a3a6 [IMP]Yaltik DSL : allow other suffix for XML 2022-11-02 10:25:01 +01:00
0cc980b7a9 [MIG]Yaltik DSL to 16.0 2022-11-02 09:59:30 +01:00
b6f62571b2 Revert "[MIG]v15 : manifest migrations"
This reverts commit 265453589b.
2022-04-18 08:41:46 +02:00
f5d90d83cf [FIX]DBFilter From Config : even on conf, do not cache other domains
Because user can come with its own selected first.
2022-04-18 08:40:36 +02:00
8767b1aaeb [FIX]DBFilter From Config : do not cache outside of explicit dbfilter 2022-04-18 08:40:23 +02:00
401b3b5ffc [FIX]DBFilter from config : when httprequest is none 2022-04-18 08:40:03 +02:00
d7aeafdc6f [FIX]DBFilter from config : fix http_host when module not used 2022-04-18 08:39:41 +02:00
265453589b [MIG]v15 : manifest migrations 2022-04-18 08:38:15 +02:00
2e501018d8 [IMP]DBFilter from config : allow empty then creation
Without reboot requirement (because of cache).
2022-04-16 15:28:10 +02:00
0d40afd498 [ADD]DBFilter From Config module 2022-01-31 11:28:44 +01:00
360832d876 [FIX]Yaltik DSL : remove useless external dependency 2021-02-22 19:29:34 +01:00
264d1e37b2 [ADD]Yaltik DSL v12 2021-02-22 18:08:11 +01:00
c338738e2b [REM]Hy base removal (for external python package) 2020-03-27 00:34:20 +01:00
4f6399c576 [IMP]Hy Base enhancements
* New ox-view-new shortcut to quickly create new records and views ;
* New ox-sheet XML field ;
* Improrve ox-field with mangling name attribute ;
* Idem for compute-fn macro for dependencies.
2020-03-26 22:32:16 +01:00
ebef43ad8a [ADD]Hy Base : new macros
* For computed fields ;
* For migrations.
2019-10-23 05:29:17 +02:00
d0a7b6a74e [IMP]Hy base : add Odoo debug logger 2019-09-22 15:29:29 +02:00
f6b892efd4 [IMP]Hy base : allow attrs as child as 2nd arg for xmln 2019-09-22 15:10:06 +02:00
f2c8818e43 [REF]Hy base : finalize fns over macros 2019-09-22 10:41:27 +02:00
aa7bfe9449 [REF]Hy Base XML better naming for child 2019-09-22 10:28:56 +02:00
291d4fc394 [UPD]XML DSL v12 2019-09-22 10:13:48 +02:00
095f4ce7d9 [IMP]Hy Base : favor defns instead of macros here 2019-09-22 10:12:41 +02:00
dd846361cf [IMP]Hy Base : new odoo macros 2019-09-18 21:10:00 +02:00
d46a51a330 [FIX]Hy Base : handle python2 case 2019-09-18 09:26:07 +02:00
2a1a765222 [FIX]Hy base : actions-server code fix 2019-09-18 09:25:30 +02:00
3b3846526e [IMP]Hy Base : new macro for server actions 2019-09-17 16:39:58 +02:00