Skip to content

Commit d38db54

Browse files
committed
[BOT] post-merge updates
1 parent 30c26b5 commit d38db54

File tree

4 files changed

+16
-27
lines changed

4 files changed

+16
-27
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ addon | version | maintainers | summary
3232
[account_invoice_import](account_invoice_import/) | 14.0.3.3.2 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import supplier invoices/refunds as PDF or XML files
3333
[account_invoice_import_facturx](account_invoice_import_facturx/) | 14.0.1.0.1 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import Factur-X/ZUGFeRD supplier invoices/refunds
3434
[account_invoice_import_invoice2data](account_invoice_import_invoice2data/) | 14.0.2.3.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![bosd](https://github.com/bosd.png?size=30px)](https://github.com/bosd) | Import supplier invoices using the invoice2data lib
35-
[account_invoice_import_simple_pdf](account_invoice_import_simple_pdf/) | 14.0.3.3.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import simple PDF vendor bills
35+
[account_invoice_import_simple_pdf](account_invoice_import_simple_pdf/) | 14.0.4.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import simple PDF vendor bills
3636
[account_invoice_import_ubl](account_invoice_import_ubl/) | 14.0.1.0.1 | | Import UBL XML supplier invoices/refunds
3737
[account_invoice_ubl](account_invoice_ubl/) | 14.0.1.0.3 | | Generate UBL XML file for customer invoices/refunds
3838
[account_invoice_ubl_email_attachment](account_invoice_ubl_email_attachment/) | 14.0.1.0.0 | | Automatically adds the UBL file to the email.

account_invoice_import_simple_pdf/README.rst

+7-13
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Account Invoice Import Simple PDF
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:6100c6a40bc7b960417d1a8d58f8c0de938fdd8650cd7c98e588ba8783bb6b93
10+
!! source digest: sha256:36f224ef046bcb7ca30a2d346c455fc15b16d0bea5e5e624a2efc074515be732
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -92,7 +92,7 @@ Install it via pip:
9292

9393
.. code::
9494
95-
sudo pip3 install --upgrade pymupdf
95+
pip3 install --upgrade pymupdf
9696
9797
Beware that *PyMuPDF* is not a pure-python library: it uses MuPDF, which is written in C language. If a python wheel for your OS, CPU architecture and Python version is available on pypi (check the `list of PyMuPDF wheels <https://pypi.org/project/PyMuPDF/#files>`_ on pypi), it will install smoothly. Otherwize, the installation via pip will require MuPDF and all its development libs to compile the binding.
9898

@@ -109,7 +109,7 @@ and then install the lib via pip:
109109

110110
.. code::
111111
112-
sudo pip3 install --upgrade pdftotext
112+
pip3 install --upgrade pdftotext
113113
114114
On OSes other than Debian/Ubuntu, follow the instructions on the `project page <https://github.com/jalan/pdftotext>`_.
115115

@@ -129,7 +129,7 @@ To install the **pypdf** python lib, run:
129129

130130
.. code::
131131
132-
sudo pip3 install --upgrade pypdf
132+
pip3 install --upgrade pypdf
133133
134134
135135
Other requirements
@@ -144,20 +144,14 @@ The dateparser lib depends itself on regex. So you can install these Python libr
144144

145145
.. code::
146146
147-
sudo pip3 install --upgrade dateparser
147+
pip3 install --upgrade dateparser
148148
149-
The dateparser lib is not compatible with all regex lib versions. As of September 2022, the `version requirement <https://github.com/scrapinghub/dateparser/blob/master/setup.py#L30>`_ declared by dateparser for regex is **!=2019.02.19, !=2021.8.27, <2022.3.15**. So the latest version of regex which is compatible with dateparser is **2022.3.2**. To know the version of regex installed in your environment, run:
149+
The dateparser lib is not compatible with all regex lib versions. As of February 2024, the `version requirement <https://github.com/scrapinghub/dateparser/blob/master/setup.py#L36>`_ declared by dateparser for regex is **!=2019.02.19, !=2021.8.27**. So the latest version of dateparser is currenly compatible with the latest version of regex. To know the version of regex installed in your environment, run:
150150

151151

152152
.. code::
153153
154-
sudo pip3 show regex
155-
156-
To force regex to version 2022.3.2, run:
157-
158-
.. code::
159-
160-
sudo pip3 install regex==2022.3.2
154+
pip3 show regex
161155
162156
Configuration
163157
=============

account_invoice_import_simple_pdf/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
"name": "Account Invoice Import Simple PDF",
7-
"version": "14.0.3.3.0",
7+
"version": "14.0.4.0.0",
88
"category": "Accounting/Accounting",
99
"license": "AGPL-3",
1010
"summary": "Import simple PDF vendor bills",

account_invoice_import_simple_pdf/static/description/index.html

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
@@ -367,7 +366,7 @@ <h1 class="title">Account Invoice Import Simple PDF</h1>
367366
!! This file is generated by oca-gen-addon-readme !!
368367
!! changes will be overwritten. !!
369368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:6100c6a40bc7b960417d1a8d58f8c0de938fdd8650cd7c98e588ba8783bb6b93
369+
!! source digest: sha256:36f224ef046bcb7ca30a2d346c455fc15b16d0bea5e5e624a2efc074515be732
371370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372371
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/edi/tree/14.0/account_invoice_import_simple_pdf"><img alt="OCA/edi" src="https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-account_invoice_import_simple_pdf"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/edi&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373372
<p>This module is an extension of the module <em>account_invoice_import</em>: it adds support for simple PDF invoices i.e. PDF invoice that don’t have an embedded XML file. This module has been developped to solve the drawbacks of the OCA module <strong>account_invoice_import_invoice2data</strong> ; its advantages are the following:</p>
@@ -440,7 +439,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
440439
<h2><a class="toc-backref" href="#toc-entry-2">Install PyMuPDF</a></h2>
441440
<p>Install it via pip:</p>
442441
<pre class="code literal-block">
443-
sudo pip3 install --upgrade pymupdf
442+
pip3 install --upgrade pymupdf
444443
</pre>
445444
<p>Beware that <em>PyMuPDF</em> is not a pure-python library: it uses MuPDF, which is written in C language. If a python wheel for your OS, CPU architecture and Python version is available on pypi (check the <a class="reference external" href="https://pypi.org/project/PyMuPDF/#files">list of PyMuPDF wheels</a> on pypi), it will install smoothly. Otherwize, the installation via pip will require MuPDF and all its development libs to compile the binding.</p>
446445
</div>
@@ -452,7 +451,7 @@ <h2><a class="toc-backref" href="#toc-entry-3">Install pdftotext python lib</a><
452451
</pre>
453452
<p>and then install the lib via pip:</p>
454453
<pre class="code literal-block">
455-
sudo pip3 install --upgrade pdftotext
454+
pip3 install --upgrade pdftotext
456455
</pre>
457456
<p>On OSes other than Debian/Ubuntu, follow the instructions on the <a class="reference external" href="https://github.com/jalan/pdftotext">project page</a>.</p>
458457
</div>
@@ -467,7 +466,7 @@ <h2><a class="toc-backref" href="#toc-entry-4">Install pdftotext command line</a
467466
<h2><a class="toc-backref" href="#toc-entry-5">Install pypdf</a></h2>
468467
<p>To install the <strong>pypdf</strong> python lib, run:</p>
469468
<pre class="code literal-block">
470-
sudo pip3 install --upgrade pypdf
469+
pip3 install --upgrade pypdf
471470
</pre>
472471
</div>
473472
<div class="section" id="other-requirements">
@@ -479,15 +478,11 @@ <h2><a class="toc-backref" href="#toc-entry-6">Other requirements</a></h2>
479478
</ul>
480479
<p>The dateparser lib depends itself on regex. So you can install these Python libraries via pip with the following command:</p>
481480
<pre class="code literal-block">
482-
sudo pip3 install --upgrade dateparser
481+
pip3 install --upgrade dateparser
483482
</pre>
484-
<p>The dateparser lib is not compatible with all regex lib versions. As of September 2022, the <a class="reference external" href="https://github.com/scrapinghub/dateparser/blob/master/setup.py#L30">version requirement</a> declared by dateparser for regex is <strong>!=2019.02.19, !=2021.8.27, &lt;2022.3.15</strong>. So the latest version of regex which is compatible with dateparser is <strong>2022.3.2</strong>. To know the version of regex installed in your environment, run:</p>
483+
<p>The dateparser lib is not compatible with all regex lib versions. As of February 2024, the <a class="reference external" href="https://github.com/scrapinghub/dateparser/blob/master/setup.py#L36">version requirement</a> declared by dateparser for regex is <strong>!=2019.02.19, !=2021.8.27</strong>. So the latest version of dateparser is currenly compatible with the latest version of regex. To know the version of regex installed in your environment, run:</p>
485484
<pre class="code literal-block">
486-
sudo pip3 show regex
487-
</pre>
488-
<p>To force regex to version 2022.3.2, run:</p>
489-
<pre class="code literal-block">
490-
sudo pip3 install regex==2022.3.2
485+
pip3 show regex
491486
</pre>
492487
</div>
493488
</div>

0 commit comments

Comments
 (0)