-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
36 lines (29 loc) · 1010 Bytes
/
Copy pathrequirements.txt
File metadata and controls
36 lines (29 loc) · 1010 Bytes
1
2
3
4
5
6
7
8
9
10
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
# ============================================
# Odoo 18.0 Brazilian Localization + NFe/NFSe
# OFFICIAL OCA l10n-brazil 18.0 Requirements
# Source: https://github.com/OCA/l10n-brazil/blob/18.0/requirements.txt
# ============================================
# Brazilian CEP (ZIP code) lookup
brazilcep
# Email validation
email-validator
# ERPBrasil Core Libraries (REQUIRED for NFe)
erpbrasil.assinatura
erpbrasil.base
erpbrasil.edoc
erpbrasil.transmissao
# NFe library (official XSD schemas)
nfelib
# Number to words (for invoices)
num2words
# Phone number validation
phonenumbers
# ============================================
# IMPORTANT NOTES:
# ============================================
# 1. These are the ONLY packages required for OCA l10n-brazil
# 2. All other dependencies are handled by erpbrasil libraries
# 3. DO NOT add pytrustnfe3, PyNFe, python3-cnab, etc.
# (they conflict with erpbrasil packages)
# 4. Tested and working on Odoo 18.0
# ============================================