Newer
Older
=======
History
=======
Add odoo 13.
Add ODOO_ADDONS_PATH env var to start.
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
3.0
---
Script uses python 3.
2.20
----
- start locale py3o stack with ``docker_dev_start.py``
(when report_py3o_fusion_server is in module list).
2.19
----
- remove references to ``addon_dirs``, use ``module`` instead.
2.11
----
- create_documentation: Fix paths of per-module documentation.
- Support Odoo 10 ("odoo-bin" instead of "openerp-server").
2.10
----
Add script to duplicate code on another repository.
2.9
---
- conf2reST.py: Prefer anonymous links to avoid conflicts when the same version is shared by 2
repos (as the "link target" system would then be in use).
2.8
---
- add script to create archive of source
- create_documentation: only create documentation for used modules, reusing the setup.cfg key defined for create_archive if it is present
- docker_build: copy modules (defined in setup.cfg in superproject to a new directory for docker to do)
2.7
---
Add conf2reST.py script.
2.0
---
Read module_list, module_list_test, addon_dirs and odoo_type from setup.cfg instead of directories
1.0
---
Initial version