mirror of
https://github.com/bringout/oca-edi.git
synced 2026-04-19 18:32:05 +02:00
Initial commit: OCA Edi packages (42 packages)
This commit is contained in:
commit
df976c03db
2184 changed files with 571602 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
Inside Odoo env::
|
||||
|
||||
res = env["pdf.helper"].pdf_get_xml_files(pdf_filecontent)
|
||||
|
||||
new_pdf_filecontent = env["pdf.helper"].pdf_embed_xml(pdf_filecontent, filename, xml)
|
||||
|
||||
Outside Odoo env::
|
||||
|
||||
from odoo.addons.pdf_helper.utils import PDFParser
|
||||
[...]
|
||||
res = PDFParser(pdf_filecontent).get_xml_files()
|
||||
Loading…
Add table
Add a link
Reference in a new issue