Skip to content
Snippets Groups Projects
  • Sébastien Theys's avatar
    88a5c2d1
    [IMP] .github: backport CODEOWNERS from master · 88a5c2d1
    Sébastien Theys authored
    
    Forward-port bot is now creating draft PR to avoid notification spam, therefore
    it is necessary to catch the changes in the earliest possible version they
    appear, hence this backport to v12.0 which is the oldest version supported at
    the time of this commit.
    
    The following changes have been done compared to master:
    
    Enabled accounting rules:
    /addons/account*/
    /addons/l10n_*/
    
    Removed not yet existing path:
    /addons/account/tests/test_portal_attachment.py
    /addons/test_mail_full/
    
    closes odoo/odoo#67215
    
    Signed-off-by: default avatarSébastien Theys (seb) <seb@odoo.com>
    88a5c2d1
    History
    [IMP] .github: backport CODEOWNERS from master
    Sébastien Theys authored
    
    Forward-port bot is now creating draft PR to avoid notification spam, therefore
    it is necessary to catch the changes in the earliest possible version they
    appear, hence this backport to v12.0 which is the oldest version supported at
    the time of this commit.
    
    The following changes have been done compared to master:
    
    Enabled accounting rules:
    /addons/account*/
    /addons/l10n_*/
    
    Removed not yet existing path:
    /addons/account/tests/test_portal_attachment.py
    /addons/test_mail_full/
    
    closes odoo/odoo#67215
    
    Signed-off-by: default avatarSébastien Theys (seb) <seb@odoo.com>
.gitignore 588 B
# sphinx build directories
_build/

# dotfiles
.*
!.gitignore
!.github
!.mailmap
# compiled python files
*.py[co]
__pycache__/
# setup.py egg_info
*.egg-info
# emacs backup files
*~
# hg stuff
*.orig
status
# odoo filestore
odoo/filestore
# maintenance migration scripts
odoo/addons/base/maintenance

# generated for windows installer?
install/win32/*.bat
install/win32/meta.py

# needed only when building for win32
setup/win32/static/less/
setup/win32/static/wkhtmltopdf/
setup/win32/static/postgresql*.exe

# various virtualenv
/bin/
/build/
/dist/
/include/
/lib/
/man/
/share/
/src/