Cashbook: planning of bookings
Find a file
2024-09-28 18:30:43 +02:00
locale add button 'execute booking now' 2024-09-28 18:30:43 +02:00
tests add button 'execute booking now' 2024-09-28 18:30:43 +02:00
view add button 'execute booking now' 2024-09-28 18:30:43 +02:00
.gitignore update gitignore 2024-07-19 16:22:45 +02:00
__init__.py config: allow setting of holidays for each user 2024-06-01 13:33:45 +02:00
cashbook.py add list of booking lines on scheduled bookings 2024-03-09 22:36:51 +01:00
cashbook.xml add menu, groups, planner-list, forms... 2024-02-24 23:43:59 +01:00
config.py config: new field 'holidays_info' to show generated holidays in config-form 2024-06-02 10:27:15 +02:00
config.xml config: allow setting of holidays for each user 2024-06-01 13:33:45 +02:00
COPYRIGHT init 2024-02-24 10:39:42 +01:00
cron.py add cronjob 2024-02-27 22:40:59 +01:00
cron.xml add cronjob 2024-02-27 22:40:59 +01:00
group.xml fix permissions 2024-03-10 07:45:24 +01:00
ir.py Use 'irrulecontext' to add 'user_id' to context of ir.rule 2024-07-19 16:22:53 +02:00
LICENSE init 2024-02-24 10:39:42 +01:00
MANIFEST.in init 2024-02-24 10:39:42 +01:00
menu.xml add menu, groups, planner-list, forms... 2024-02-24 23:43:59 +01:00
nextrun.py add field 'bookingtype', optimize form/list 2024-03-02 22:54:13 +01:00
nextrun.xml nextrun: fix user-in-companies 2024-03-02 22:55:05 +01:00
planner.py add button 'execute booking now' 2024-09-28 18:30:43 +02:00
planner.xml add button 'execute booking now' 2024-09-28 18:30:43 +02:00
README.rst init 2024-02-24 10:39:42 +01:00
setup.py Recurrence rule + tests 2024-02-25 23:10:40 +01:00
tryton.cfg config: allow setting of holidays for each user 2024-06-01 13:33:45 +02:00
versiondep.txt init 2024-02-24 10:39:42 +01:00

mds-cashbook-planner
====================
Tryton module to add planning of bookings to cashbook.

Install
=======

pip install mds-cashbook-planner

Requires
========
- Tryton 7.0

Changes
=======

*7.0.0 - 24.02.2024*

- init