saas apps v13 - #107
Open
Enigma228322 wants to merge 203 commits into
Open
Conversation
itpp-bot
reviewed
Apr 20, 2020
Contributor
There was a problem hiding this comment.
└─ oca_dependencies.txt
13 installable modules are updated:
├─ saas/
| ├─ __manifest__.py
| ├─ controllers/
| | └─ main.py
| ├─ data/
| | ├─ ir_cron_data.xml
| | └─ saas_operator_data.xml
| ├─ doc/
| | └─ changelog.rst
| ├─ models/
| | ├─ saas_db.py
| | ├─ saas_operator.py
| | └─ saas_template.py
| └─ views/
| └─ saas_db_views.xml
├─ saas_access_apps/
| ├─ README.rst
| ├─ __init__.py
| ├─ __manifest__.py
| ├─ doc/
| | ├─ changelog.rst
| | └─ index.rst
| ├─ models/
| | ├─ __init__.py
| | ├─ saas_db.py
| | └─ saas_operator.py
| ├─ static/
| | └─ description/
| | └─ icon.png
| └─ views/
| └─ saas_db.xml
├─ saas_apps/
| ├─ README.rst
| ├─ __init__.py
| ├─ __manifest__.py
| ├─ controllers/
| | ├─ __init__.py
| | └─ main.py
| ├─ data/
| | ├─ saas_apps_product_user.xml
| | └─ saas_base_template.xml
| ├─ doc/
| | ├─ changelog.rst
| | └─ index.rst
| ├─ models/
| | ├─ __init__.py
| | └─ saas_apps.py
| ├─ security/
| | └─ ir.model.access.csv
| ├─ static/
| | ├─ description/
| | | └─ icon.png
| | └─ src/
| | ├─ css/
| | | └─ calculator.css
| | ├─ img/
| | | ├─ add-users.png
| | | ├─ base.png
| | | ├─ default.png
| | | ├─ loader.gif
| | | ├─ starter_pack.png
| | | ├─ substr-users.png
| | | └─ user.png
| | └─ js/
| | ├─ apps.js
| | └─ refresh_button.js
| └─ views/
| ├─ assets.xml
| ├─ calculator.xml
| ├─ manage.xml
| └─ refresh.xml
├─ saas_apps_signup/
| ├─ README.rst
| ├─ __init__.py
| ├─ __manifest__.py
| ├─ controllers/
| | ├─ __init__.py
| | ├─ auth_signup.py
| | ├─ main.py
| | └─ website.py
| ├─ data/
| | ├─ auth_signup_data.xml
| | ├─ base_automation.xml
| | └─ website.xml
| ├─ doc/
| | ├─ changelog.rst
| | └─ index.rst
| ├─ exceptions.py
| ├─ models/
| | ├─ __init__.py
| | ├─ account_move.py
| | ├─ contract_contract.py
| | ├─ res_config_settings.py
| | ├─ res_partner.py
| | ├─ res_users.py
| | ├─ saas_db.py
| | └─ saas_operator.py
| ├─ static/
| | ├─ description/
| | | └─ icon.png
| | └─ src/
| | └─ js/
| | ├─ saas_apps.js
| | └─ signup.js
| ├─ tests/
| | ├─ __init__.py
| | └─ test_main.py
| └─ views/
| ├─ assets.xml
| ├─ auth_signup.xml
| ├─ portal_templates.xml
| └─ res_config_views.xml
├─ saas_build_admin/
| ├─ README.rst
| ├─ __init__.py
| ├─ __manifest__.py
| ├─ data/
| | └─ mail_template.xml
| ├─ doc/
| | ├─ changelog.rst
| | └─ index.rst
| ├─ models/
| | ├─ __init__.py
| | └─ saas_db.py
| └─ static/
| └─ description/
| └─ icon.png
├─ saas_client_custom/
| ├─ __init__.py
| ├─ __manifest__.py
| ├─ data/
| | ├─ base_automation.xml
| | └─ res_users.xml
| ├─ models/
| | ├─ __init__.py
| | └─ res_users.py
| └─ static/
| └─ description/
| └─ icon.png
├─ saas_contract/
| ├─ README.rst
| ├─ __init__.py
| ├─ __manifest__.py
| ├─ data/
| | ├─ contract_template.xml
| | └─ ir_cron.xml
| ├─ doc/
| | ├─ changelog.rst
| | └─ index.rst
| ├─ models/
| | ├─ __init__.py
| | ├─ contract_contract.py
| | └─ saas_db.py
| ├─ static/
| | └─ description/
| | └─ icon.png
| └─ views/
| ├─ contract.xml
| └─ saas_db.xml
├─ saas_database_limit/
| ├─ README.rst
| ├─ __init__.py
| ├─ __manifest__.py
| ├─ doc/
| | ├─ changelog.rst
| | └─ index.rst
| ├─ models/
| | ├─ __init__.py
| | ├─ saas_db.py
| | └─ saas_operator.py
| ├─ static/
| | └─ description/
| | └─ icon.png
| └─ views/
| └─ saas_db.xml
├─ saas_domain_operator/
| ├─ README.rst
| ├─ __init__.py
| ├─ __manifest__.py
| ├─ doc/
| | ├─ changelog.rst
| | └─ index.rst
| ├─ override.py
| └─ static/
| └─ description/
| └─ icon.png
├─ saas_expiration/
| ├─ README.rst
| ├─ __init__.py
| ├─ __manifest__.py
| ├─ doc/
| | ├─ changelog.rst
| | └─ index.rst
| ├─ models/
| | ├─ __init__.py
| | ├─ saas_db.py
| | └─ saas_operator.py
| ├─ static/
| | └─ description/
| | └─ icon.png
| └─ views/
| └─ saas_db.xml
├─ saas_limit_max_users/
| ├─ README.rst
| ├─ __init__.py
| ├─ __manifest__.py
| ├─ doc/
| | ├─ changelog.rst
| | └─ index.rst
| ├─ models/
| | ├─ __init__.py
| | ├─ saas_db.py
| | └─ saas_operator.py
| ├─ static/
| | └─ description/
| | └─ icon.png
| └─ views/
| └─ saas_db.xml
├─ saas_portal/
| ├─ README.rst
| ├─ __init__.py
| ├─ __manifest__.py
| ├─ controllers/
| | ├─ __init__.py
| | └─ main.py
| ├─ doc/
| | ├─ changelog.rst
| | └─ index.rst
| ├─ models/
| | ├─ __init__.py
| | └─ saas_db.py
| ├─ security/
| | ├─ ir.model.access.csv
| | └─ saas_db_security.xml
| ├─ static/
| | └─ description/
| | └─ icon.png
| └─ views/
| ├─ portal_templates.xml
| └─ saas_db.xml
└─ saas_product/
├─ README.rst
├─ __init__.py
├─ __manifest__.py
├─ data/
| └─ product_data.xml
├─ doc/
| ├─ changelog.rst
| └─ index.rst
├─ models/
| ├─ __init__.py
| └─ product_template.py
├─ static/
| └─ description/
| └─ icon.png
├─ tests/
| ├─ __init__.py
| └─ test_no_taxes.py
└─ views/
└─ product_template.xml
Not installable modules remain unchanged.
sent by ✌️ Odoo Review Bot
| ------- | ||
|
|
||
| - **Improvement:** make sure auth_quick is installable by adding it to its dependecies | ||
|
|
| `1.0.0` | ||
| ------- | ||
|
|
||
| - **Init version** |
| ------- | ||
|
|
||
| - **Improvement:*** on installation, make sure git is installed | ||
|
|
Enigma228322
force-pushed
the
13.0-saas_apps-port
branch
8 times, most recently
from
April 25, 2020 17:01
22b192c to
31494a1
Compare
Enigma228322
force-pushed
the
13.0-saas_apps-port
branch
5 times, most recently
from
May 5, 2020 10:58
67ab586 to
eb7bd44
Compare
…яет на организации счета
Signed-off-by: Vildan Safin <safin@it-projects.info>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🆙🆙🆙