@@ -17,13 +17,13 @@ PDF Helper
17
17
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
18
18
:alt: License: LGPL-3
19
19
.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github
20
- :target: https://github.com/OCA/edi/tree/16 .0/pdf_helper
20
+ :target: https://github.com/OCA/edi/tree/17 .0/pdf_helper
21
21
:alt: OCA/edi
22
22
.. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
- :target: https://translation.odoo-community.org/projects/edi-16 -0/edi-16 -0-pdf_helper
23
+ :target: https://translation.odoo-community.org/projects/edi-17 -0/edi-17 -0-pdf_helper
24
24
:alt: Translate me on Weblate
25
25
.. |badge5 | image :: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
- :target: https://runboat.odoo-community.org/builds?repo=OCA/edi&target_branch=16 .0
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/edi&target_branch=17 .0
27
27
:alt: Try me on Runboat
28
28
29
29
|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
@@ -38,42 +38,46 @@ Technical module to share PDF utils.
38
38
Usage
39
39
=====
40
40
41
- Inside Odoo env::
41
+ Inside Odoo env:
42
42
43
- res = env["pdf.helper"].pdf_get_xml_files(pdf_filecontent)
43
+ ::
44
44
45
- Outside Odoo env::
45
+ res = env["pdf.helper"].pdf_get_xml_files(pdf_filecontent)
46
46
47
- from odoo.addons.pdf_helper.utils import PDFParser
48
- [...]
49
- res = PDFParser(pdf_filecontent).get_xml_files()
47
+ Outside Odoo env:
48
+
49
+ ::
50
+
51
+ from odoo.addons.pdf_helper.utils import PDFParser
52
+ [...]
53
+ res = PDFParser(pdf_filecontent).get_xml_files()
50
54
51
55
Bug Tracker
52
56
===========
53
57
54
58
Bugs are tracked on `GitHub Issues <https://github.com/OCA/edi/issues >`_.
55
59
In case of trouble, please check there if your issue has already been reported.
56
60
If you spotted it first, help us to smash it by providing a detailed and welcomed
57
- `feedback <https://github.com/OCA/edi/issues/new?body=module:%20pdf_helper%0Aversion:%2016 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
61
+ `feedback <https://github.com/OCA/edi/issues/new?body=module:%20pdf_helper%0Aversion:%2017 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
58
62
59
63
Do not contact contributors directly about support or help with technical issues.
60
64
61
65
Credits
62
66
=======
63
67
64
68
Authors
65
- ~~~~~~~
69
+ -------
66
70
67
71
* Camptocamp
68
72
69
73
Contributors
70
- ~~~~~~~~~~~~
74
+ ------------
71
75
72
- * Simone Orsi <simone.orsi@camptocamp.com>
73
- * Alexis de Lattre <alexis.delattre@akretion.com>
76
+ - Simone Orsi <simone.orsi@camptocamp.com>
77
+ - Alexis de Lattre <alexis.delattre@akretion.com>
74
78
75
79
Maintainers
76
- ~~~~~~~~~~~
80
+ -----------
77
81
78
82
This module is maintained by the OCA.
79
83
@@ -96,6 +100,6 @@ Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
96
100
97
101
|maintainer-simahawk | |maintainer-alexis-via |
98
102
99
- This module is part of the `OCA/edi <https://github.com/OCA/edi/tree/16 .0/pdf_helper >`_ project on GitHub.
103
+ This module is part of the `OCA/edi <https://github.com/OCA/edi/tree/17 .0/pdf_helper >`_ project on GitHub.
100
104
101
105
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments