[FIX]Issue 107 :Wrong domain in documentation and website url's

This commit is contained in:
Riddhi Kansara 2018-10-15 15:29:04 +05:30
parent f6dc66845f
commit 5c15e49be7
115 changed files with 276 additions and 256 deletions

View File

@ -1,6 +1,7 @@
# CHANGELOG # CHANGELOG
Inception of [Flectra](https://flectrahq.com/) from [Odoo](https://www.odoo.com/). Inception of [Flectra](https://www.flectrahq.com/) from [Odoo](https://www.odoo
.com/).
Flectra is Forked from Odoo v11's commit reference [odoo/odoo@6135e82](https://github.com/odoo/odoo/commit/6135e82d735d5eb3af914f4a838468f6dc33e51d) Flectra is Forked from Odoo v11's commit reference [odoo/odoo@6135e82](https://github.com/odoo/odoo/commit/6135e82d735d5eb3af914f4a838468f6dc33e51d)

View File

@ -10,7 +10,8 @@ Project Management,Billing & Accounting,Point of Sale,Human Resources,Market
Purchase Management and many more. Purchase Management and many more.
Flectra Apps can be used as stand-alone applications, but they also integrate seamlessly so you get Flectra Apps can be used as stand-alone applications, but they also integrate seamlessly so you get
a full-featured <a href="https://flectrahq.com">Open Source ERP</a> when you install several Apps. a full-featured <a href="https://www.flectrahq.com">Open Source ERP</a> when
you install several Apps.
Additional Apps for Flectra are available here : https://gitlab.com/flectra-hq/extra-addons Additional Apps for Flectra are available here : https://gitlab.com/flectra-hq/extra-addons

View File

@ -10,7 +10,7 @@
Core mechanisms for the accounting modules. To display the menuitems, install the module account_invoicing. Core mechanisms for the accounting modules. To display the menuitems, install the module account_invoicing.
""", """,
'category': 'Accounting', 'category': 'Accounting',
'website': 'https://flectrahq.com/page/billing', 'website': 'https://flectrahq.com/accounting',
'images' : ['images/accounts.jpeg','images/bank_statement.jpeg','images/cash_register.jpeg','images/chart_of_accounts.jpeg','images/customer_invoice.jpeg','images/journal_entries.jpeg'], 'images' : ['images/accounts.jpeg','images/bank_statement.jpeg','images/cash_register.jpeg','images/chart_of_accounts.jpeg','images/customer_invoice.jpeg','images/journal_entries.jpeg'],
'depends' : ['base_setup', 'product', 'analytic', 'web_planner', 'portal'], 'depends' : ['base_setup', 'product', 'analytic', 'web_planner', 'portal'],
'data': [ 'data': [

View File

@ -128,7 +128,7 @@ from ${object.company_id.name}.
</tr> </tr>
<!-- <tr> <!-- <tr>
<td align="center"> <td align="center">
Powered by <a target="_blank" href="https://www.flectra.com">Flectra</a>. Powered by <a target="_blank" href="https://www.flectrahq.com">Flectra</a>.
</td> </td>
</tr> --> </tr> -->
</tbody> </tbody>

View File

@ -1280,7 +1280,6 @@ class AccountMoveLine(models.Model):
# Create tax lines # Create tax lines
tax_lines_vals = [] tax_lines_vals = []
if context.get('apply_taxes') and vals.get('tax_ids'): if context.get('apply_taxes') and vals.get('tax_ids'):
# Get ids from triplets : https://www.flectra.com/documentation/10.0/reference/orm.html#flectra.models.Model.write
tax_ids = [tax['id'] for tax in self.resolve_2many_commands('tax_ids', vals['tax_ids']) if tax.get('id')] tax_ids = [tax['id'] for tax in self.resolve_2many_commands('tax_ids', vals['tax_ids']) if tax.get('id')]
# Since create() receives ids instead of recordset, let's just use the old-api bridge # Since create() receives ids instead of recordset, let's just use the old-api bridge
taxes = self.env['account.tax'].browse(tax_ids) taxes = self.env['account.tax'].browse(tax_ids)

View File

@ -18,7 +18,7 @@ Allows to automatically select analytic accounts based on criterions:
* Company * Company
* Date * Date
""", """,
'website': 'https://flectrahq.com/page/accounting', 'website': 'https://flectrahq.com/accounting',
'depends': ['sale_stock'], 'depends': ['sale_stock'],
'data': [ 'data': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',

View File

@ -12,7 +12,7 @@ Manage assets owned by a company or a person.
Keeps track of depreciations, and creates corresponding journal entries. Keeps track of depreciations, and creates corresponding journal entries.
""", """,
'website': 'https://flectrahq.com/page/accounting', 'website': 'https://flectrahq.com/accounting',
'category': 'Accounting', 'category': 'Accounting',
'sequence': 32, 'sequence': 32,
'demo': [ 'demo': [

View File

@ -28,7 +28,7 @@ Three reports are available:
3. The last one is available from the Analytic Chart of Accounts. It gives 3. The last one is available from the Analytic Chart of Accounts. It gives
the spreading, for the selected Analytic Accounts of Budgets. the spreading, for the selected Analytic Accounts of Budgets.
""", """,
'website': 'https://flectrahq.com/page/accounting', 'website': 'https://flectrahq.com/accounting',
'depends': ['account'], 'depends': ['account'],
'data': [ 'data': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',

View File

@ -22,7 +22,7 @@ It also operates on invoices, bank statements, payments ...
Be careful with this module as it has audit implications. Cancelling accounting entries is not authorized in all countries. Be careful with this module as it has audit implications. Cancelling accounting entries is not authorized in all countries.
""", """,
'website': 'https://flectrahq.com/page/accounting', 'website': 'https://flectrahq.com/accounting',
'depends': ['account'], 'depends': ['account'],
'data': ['views/account_views.xml'], 'data': ['views/account_views.xml'],
'demo': [], 'demo': [],

View File

@ -15,7 +15,7 @@ The specific and easy-to-use Invoicing system in Odoo allows you to keep track o
You could use this simplified accounting in case you work with an (external) account to keep your books, and you still want to keep track of payments. This module also offers you an easy method of registering payments, without having to encode complete abstracts of account. You could use this simplified accounting in case you work with an (external) account to keep your books, and you still want to keep track of payments. This module also offers you an easy method of registering payments, without having to encode complete abstracts of account.
""", """,
'category': 'Invoicing Management', 'category': 'Invoicing Management',
'website': 'https://flectrahq.com/page/billing', 'website': 'https://flectrahq.com/accounting',
'depends': ['account'], 'depends': ['account'],
'data': [ 'data': [
'views/account_menuitem_views.xml', 'views/account_menuitem_views.xml',

View File

@ -9,7 +9,7 @@
'author': 'Odoo S.A', 'author': 'Odoo S.A',
'version': '1.0', 'version': '1.0',
'category': 'Accounting', 'category': 'Accounting',
'website': 'https://flectrahq.com/page/accounting', 'website': 'https://flectrahq.com/accounting',
'description': """ 'description': """
Asserts on accounting. Asserts on accounting.
====================== ======================

View File

@ -26,7 +26,7 @@ This module manages:
""", """,
'category': 'Accounting', 'category': 'Accounting',
'sequence': 20, 'sequence': 20,
'website' : 'https://flectrahq.com/page/billing', 'website' : 'https://flectrahq.com/accounting',
'depends' : ['account'], 'depends' : ['account'],
'demo' : [], 'demo' : [],
'data' : [ 'data' : [

View File

@ -5,7 +5,7 @@
'name' : 'Analytic Accounting', 'name' : 'Analytic Accounting',
'author' : 'Odoo S.A', 'author' : 'Odoo S.A',
'version': '1.1', 'version': '1.1',
'website' : 'https://flectrahq.com/page/accounting', 'website' : 'https://flectrahq.com/accounting',
'category': 'Hidden/Dependency', 'category': 'Hidden/Dependency',
'depends' : ['base', 'decimal_precision', 'mail'], 'depends' : ['base', 'decimal_precision', 'mail'],
'description': """ 'description': """

View File

@ -12,7 +12,7 @@ Allow users to login through OAuth2 Provider.
'maintainer': 'Odoo S.A.', 'maintainer': 'Odoo S.A.',
'depends': ['base', 'web', 'base_setup', 'auth_signup'], 'depends': ['base', 'web', 'base_setup', 'auth_signup'],
'data': [ 'data': [
'data/auth_oauth_data.xml', # 'data/auth_oauth_data.xml',
'data/auth_oauth_data.yml', 'data/auth_oauth_data.yml',
'views/auth_oauth_views.xml', 'views/auth_oauth_views.xml',
'views/res_users_views.xml', 'views/res_users_views.xml',

View File

@ -2,13 +2,13 @@
<flectra> <flectra>
<data noupdate="1"> <data noupdate="1">
<record id="provider_openerp" model="auth.oauth.provider"> <record id="provider_openerp" model="auth.oauth.provider">
<field name="name">Flectra.com Accounts</field> <field name="name">Flectrahq.com Accounts</field>
<field name="auth_endpoint">https://accounts.flectra.com/oauth2/auth</field> <field name="auth_endpoint">https://accounts.flectra.com/oauth2/auth</field>
<field name="scope">userinfo</field> <field name="scope">userinfo</field>
<field name="validation_endpoint">https://accounts.flectra.com/oauth2/tokeninfo</field> <field name="validation_endpoint">https://accounts.flectra.com/oauth2/tokeninfo</field>
<field name="data_endpoint"></field> <field name="data_endpoint"></field>
<field name="css_class">zocial openerp</field> <field name="css_class">zocial openerp</field>
<field name="body">Log in with Flectra.com</field> <field name="body">Log in with Flectrahq.com</field>
<field name="enabled" eval="True"/> <field name="enabled" eval="True"/>
</record> </record>
<record id="provider_facebook" model="auth.oauth.provider"> <record id="provider_facebook" model="auth.oauth.provider">

View File

@ -27,7 +27,7 @@
<label for="auth_oauth_google_client_id" string="Client ID:" class="col-md-3 o_light_label"/> <label for="auth_oauth_google_client_id" string="Client ID:" class="col-md-3 o_light_label"/>
<field name="auth_oauth_google_client_id" placeholder="e.g. 1234-xyz.apps.googleusercontent.com"/> <field name="auth_oauth_google_client_id" placeholder="e.g. 1234-xyz.apps.googleusercontent.com"/>
</div> </div>
<a href="https://www.flectra.com/documentation/user/online/general/auth/google.html" target="_blank" class="oe_link"><i class="fa fa-fw fa-arrow-right"/>Tutorial</a> <a href="https://userdoc.flectrahq.com/general/auth/google.html" target="_blank" class="oe_link"><i class="fa fa-fw fa-arrow-right"/>Tutorial</a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -8,7 +8,7 @@
<input type="hidden" name="import_id"/> <input type="hidden" name="import_id"/>
<div class="oe_import_box col-sm-9"> <div class="oe_import_box col-sm-9">
<div class="col-sm-12"> <div class="col-sm-12">
<p>Select a CSV or Excel file to import. <a href="https://www.flectra.com/documentation/user/11.0/general/base_import/import_faq.html" target="new" class="pull-right">Help</a></p> <p>Select a CSV or Excel file to import. <a href="https://userdoc.flectrahq.com/general/base_import/import_faq.html" target="new" class="pull-right">Help</a></p>
</div> </div>
<div class="col-sm-10"> <div class="col-sm-10">
<div class="input-group"> <div class="input-group">

View File

@ -36,7 +36,7 @@ such as Chile, Colombia, Mexico, Norway or Russia. For unsupported countries,
only the country code will be validated. only the country code will be validated.
""", """,
'depends': ['account'], 'depends': ['account'],
'website': 'https://flectrahq.com/page/accounting', 'website': 'https://flectrahq.com/accounting',
'data': [ 'data': [
'views/res_partner_views.xml', 'views/res_partner_views.xml',
'views/res_config_settings_views.xml', 'views/res_config_settings_views.xml',

View File

@ -13,7 +13,7 @@ Auto-Complete Addresses based on VAT numbers
This module requires the python library stdnum to work. This module requires the python library stdnum to work.
""", """,
'depends': ['base_vat'], 'depends': ['base_vat'],
'website': 'https://flectrahq.com/page/accounting', 'website': 'https://flectrahq.com/accounting',
'data': [ 'data': [
'views/res_partner_views.xml', 'views/res_partner_views.xml',
'views/res_company_view.xml', 'views/res_company_view.xml',

View File

@ -20,7 +20,7 @@ It supports:
If you need to manage your meetings, you should install the CRM module. If you need to manage your meetings, you should install the CRM module.
""", """,
'category': 'Extra Tools', 'category': 'Extra Tools',
'website': 'https://flectrahq.com/page/crm', 'website': 'https://flectrahq.com/crm',
'demo': [ 'demo': [
'data/calendar_demo.xml' 'data/calendar_demo.xml'
], ],

View File

@ -9,7 +9,7 @@
'sequence': 5, 'sequence': 5,
'summary': 'Leads, Opportunities, Activities', 'summary': 'Leads, Opportunities, Activities',
'description': "", 'description': "",
'website': 'https://flectrahq.com/page/crm', 'website': 'https://flectrahq.com/crm',
'depends': [ 'depends': [
'base_setup', 'base_setup',
'sales_team', 'sales_team',

View File

@ -5,7 +5,7 @@
<record id="mail_template_data_module_install_crm" model="mail.template"> <record id="mail_template_data_module_install_crm" model="mail.template">
<field name="name">Email send after crm installation.</field> <field name="name">Email send after crm installation.</field>
<field name="subject">Your Flectra CRM application is running smoothly.</field> <field name="subject">Your Flectra CRM application is running smoothly.</field>
<field name="email_from">help@flectra.com</field> <field name="email_from">help@flectrahq.com</field>
<field name="email_to">${user.email|safe}</field> <field name="email_to">${user.email|safe}</field>
<field name="lang">${user.lang}</field> <field name="lang">${user.lang}</field>
<field name="model_id" ref="base.model_ir_module_module"/> <field name="model_id" ref="base.model_ir_module_module"/>
@ -92,12 +92,12 @@
</p> </p>
<p dir="ltr" style="font-size:13px;margin-top:0pt;margin-bottom:8pt;"> <p dir="ltr" style="font-size:13px;margin-top:0pt;margin-bottom:8pt;">
<span>We would be delighted to assist you along the way. Contact us through our <span>We would be delighted to assist you along the way. Contact us through our
<a href="https://www.flectra.com/help">support form</a> if you have any question. <a href="https://flectrahq.com/flectra-erp-support">support form</a> if you have any question.
You can also discover how to get the best out of Flectra CRM with our </span> You can also discover how to get the best out of Flectra CRM with our </span>
<a target="_blank" href="https://www.flectra.com/documentation/user/11.0/crm.html"> <a target="_blank" href="https://userdoc.flectrahq.com/crm.html">
<span style="text-decoration:underline;">User Documentation</span></a> <span style="text-decoration:underline;">User Documentation</span></a>
</span><span> or with our </span> </span><span> or with our </span>
<a target="_blank" href="https://www.flectra.com/documentation"> <a target="_blank" href="https://doc.flectrahq.com/webservices/flectra.html">
<span style="text-decoration:underline;">API Documentation</span></a> <span style="text-decoration:underline;">API Documentation</span></a>
</p> </p>
<br> <br>

View File

@ -22,8 +22,8 @@
it. it.
</p><p> </p><p>
We are here to help you. If you get stuck, do not hesitate to We are here to help you. If you get stuck, do not hesitate to
reach our <a target="_blank" href="https://www.flectra.com/help">support team</a> or reach our <a target="_blank" href="https://flectrahq.com/flectra-erp-support">support team</a> or
<a target="_blank" href="https://www.flectra.com/documentation/user/">browse the documentation</a>. <a target="_blank" href="https://userdoc.flectrahq.com/index.html">browse the documentation</a>.
</p><p> </p><p>
Have fun deploying your sales strategy, Have fun deploying your sales strategy,
</p> </p>
@ -450,12 +450,6 @@
</div> </div>
</div> </div>
</div> </div>
<div class="alert alert-info info_icon" role="alert">
<span class="fa fa-lightbulb-o fa-lg"/>
<strong>Tip:</strong> For developers, you can
use our API to load data through scripts: read
the <a href="https://www.flectra.com/documentation/11.0/webservices/flectra.html" target="_blank">API documentation</a>
</div>
</t> </t>
<t t-call="web_planner.page"> <t t-call="web_planner.page">
@ -502,8 +496,8 @@
<div class="well well-lg"> <div class="well well-lg">
<strong>For complex imports</strong> (&gt;5000 items, product variants, pictures, etc.): <strong>For complex imports</strong> (&gt;5000 items, product variants, pictures, etc.):
<li>Online users: we do it for you! <a href="https://www.flectra.com/help" target="_blank"><i class="fa fa-envelope-o"/> Ask Our Experts</a></li> <li>Online users: we do it for you! <a
<li>Community &amp; Enterprise users: <a href="https://www.flectra.com/documentation/11.0/webservices/flectra.html" target="_blank">use Flectra API to import through scripts</a></li> href="https://flectrahq.com/flectra-erp-support" target="_blank"><i class="fa fa-envelope-o"/> Ask Our Experts</a></li>
</div> </div>
</div> </div>
</div> </div>
@ -570,7 +564,7 @@
<li><a t-att-href="prepare_backend_url('sale.action_sale_config_settings')" target="blank"> Select your pricing preference and allow discounts</a></li> <li><a t-att-href="prepare_backend_url('sale.action_sale_config_settings')" target="blank"> Select your pricing preference and allow discounts</a></li>
<li><a t-att-href="prepare_backend_url('product.product_pricelist_action2')" target="blank"> Configure your pricelists</a></li> <li><a t-att-href="prepare_backend_url('product.product_pricelist_action2')" target="blank"> Configure your pricelists</a></li>
<li><a t-att-href="prepare_backend_url('account.action_account_config')" target="blank"> Apply multi-currencies</a></li> <li><a t-att-href="prepare_backend_url('account.action_account_config')" target="blank"> Apply multi-currencies</a></li>
<li><a href="https://www.flectra.com/documentation/user/11.0/sales.html" target="blank"> Read the documentation about pricing &amp; discounts</a></li> <li><a href="https://userdoc.flectrahq.com/sales.html" target="blank"> Read the documentation about pricing &amp; discounts</a></li>
</div> </div>
</t> </t>

View File

@ -104,7 +104,7 @@ msgid ""
" <span>We would be delighted to assist you along the way. Contact us through our\n" " <span>We would be delighted to assist you along the way. Contact us through our\n"
" <a href=\"https://www.odoo.com/help\">support form</a> if you have any question.\n" " <a href=\"https://www.odoo.com/help\">support form</a> if you have any question.\n"
" You can also discover how to get the best out of Odoo CRM with our </span>\n" " You can also discover how to get the best out of Odoo CRM with our </span>\n"
" <a target=\"_blank\" href=\"https://www.odoo.com/documentation/user/11.0/crm.html\">\n" " <a target=\"_blank\" href=\"https://userdoc.flectrahq.com/crm.html\">\n"
" <span style=\"text-decoration:underline;\">User Documentation</span></a>\n" " <span style=\"text-decoration:underline;\">User Documentation</span></a>\n"
" </span><span> or with our </span>\n" " </span><span> or with our </span>\n"
" <a target=\"_blank\" href=\"https://www.odoo.com/documentation\">\n" " <a target=\"_blank\" href=\"https://www.odoo.com/documentation\">\n"

View File

@ -119,7 +119,6 @@ msgid ""
" <a target=\"_blank\" href=\"https://www.odoo.com/documentation/user/11.0/crm.html\">\n" " <a target=\"_blank\" href=\"https://www.odoo.com/documentation/user/11.0/crm.html\">\n"
" <span style=\"text-decoration:underline;\">User Documentation</span></a>\n" " <span style=\"text-decoration:underline;\">User Documentation</span></a>\n"
" </span><span> or with our </span>\n" " </span><span> or with our </span>\n"
" <a target=\"_blank\" href=\"https://www.odoo.com/documentation\">\n"
" <span style=\"text-decoration:underline;\">API Documentation</span></a>\n" " <span style=\"text-decoration:underline;\">API Documentation</span></a>\n"
" </p>\n" " </p>\n"
" <br>\n" " <br>\n"

View File

@ -72,7 +72,7 @@
<field name="zip" placeholder="ZIP" class="o_address_zip"/> <field name="zip" placeholder="ZIP" class="o_address_zip"/>
<field name="country_id" placeholder="Country" class="o_address_country" options='{"no_open": True, "no_create": True}'/> <field name="country_id" placeholder="Country" class="o_address_country" options='{"no_open": True, "no_create": True}'/>
</div> </div>
<field name="website" widget="url" placeholder="e.g. www.flectra.com"/> <field name="website" widget="url" placeholder="e.g. www.flectrahq.com"/>
</group> </group>
<group> <group>
<label for="contact_name"/> <label for="contact_name"/>
@ -532,7 +532,7 @@
<field name="zip" placeholder="ZIP" class="o_address_zip"/> <field name="zip" placeholder="ZIP" class="o_address_zip"/>
<field name="country_id" placeholder="Country" class="o_address_country" options='{"no_open": True, "no_create": True}'/> <field name="country_id" placeholder="Country" class="o_address_country" options='{"no_open": True, "no_create": True}'/>
</div> </div>
<field name="website" widget="url" placeholder="e.g. www.flectra.com"/> <field name="website" widget="url" placeholder="e.g. www.flectrahq.com"/>
</group> </group>
<group> <group>

View File

@ -79,7 +79,7 @@
</td> </td>
</tr> </tr>
<!-- <tr> <!-- <tr>
<td align="center">Powered by <a href="https://www.flectra.com">Flectra</a>.</td> <td align="center">Powered by <a href="https://www.flectrahq.com">Flectra</a>.</td>
</tr> --> </tr> -->
</tbody> </tbody>
</table> </table>

View File

@ -140,7 +140,8 @@
<p>&nbsp;</p> <p>&nbsp;</p>
<p><strong>Where to find us:</strong></p> <p><strong>Where to find us:</strong></p>
<p>Chamber Works 60, Rosewood Court Detroit, MI 48212 (United States)</p> <p>Chamber Works 60, Rosewood Court Detroit, MI 48212 (United States)</p>
<p>For any additional information, please contact us at <a href="mailto:events@flectra.com">events@flectra.com</a>.</p> <p>For any additional information, please contact us at <a
href="mailto:events@flectrahq.com">events@flectrahq.com</a>.</p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p>Best regards,</p> <p>Best regards,</p>
<p>Luigi Roni, Senior Event Manager</p> <p>Luigi Roni, Senior Event Manager</p>
@ -186,7 +187,8 @@
<li>Participants preferably have a functional knowledge of our software (see Functional Training).</li> <li>Participants preferably have a functional knowledge of our software (see Functional Training).</li>
</ul> </ul>
<p>&nbsp;</p> <p>&nbsp;</p>
<p>For more information on the program, please explore <a target="_blank" href="https://www.flectra.com/services/technical-training">https://www.flectra.com/services/technical-training</a>.</p> <p>For more information on the program, please explore <a
target="_blank" href="https://www.flectrahq.com/services/technical-training">https://www.flectrahq.com/services/technical-training</a>.</p>
<p>If you have a question<strong>&nbsp;concerning the content of the training</strong>, please contact <a href="mailto:events@yourcompany.com">events@yourcompany.com</a>.</p> <p>If you have a question<strong>&nbsp;concerning the content of the training</strong>, please contact <a href="mailto:events@yourcompany.com">events@yourcompany.com</a>.</p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p><strong>Where to find us:</strong></p> <p><strong>Where to find us:</strong></p>
@ -197,7 +199,7 @@
<p>The organization of the training session has related costs. Due to these costs, cancellations made less than 2 weeks (14 calendar days) prior to the start of the training session is a subject to a fee. This fee can be up to a maximum of 1000€ per cancellation request.</p> <p>The organization of the training session has related costs. Due to these costs, cancellations made less than 2 weeks (14 calendar days) prior to the start of the training session is a subject to a fee. This fee can be up to a maximum of 1000€ per cancellation request.</p>
<p>We strongly recommend to book your flight tickets and/or hotel reservations 2 weeks prior to the training. If the training is cancelled 2 weeks in advance, you'll be notified by email.</p> <p>We strongly recommend to book your flight tickets and/or hotel reservations 2 weeks prior to the training. If the training is cancelled 2 weeks in advance, you'll be notified by email.</p>
<div>&nbsp;</div> <div>&nbsp;</div>
<p>For any additional information, please contact us at <a href="mailto:events@flectra.com">events@flectra.com</a>.</p> <p>For any additional information, please contact us at <a href="mailto:events@flectrahq.com">events@flectrahq.com</a>.</p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p>Best regards,</p> <p>Best regards,</p>
<p>Luigi Roni, Senior Event Manager</p> <p>Luigi Roni, Senior Event Manager</p>

View File

@ -245,7 +245,7 @@
</tr> </tr>
<!-- <tr> <!-- <tr>
<td align="center"> <td align="center">
Powered by <a target="_blank" href="https://www.flectra.com">Flectra</a>. Powered by <a target="_blank" href="https://www.flectrahq.com">Flectra</a>.
</td> </td>
</tr> --> </tr> -->
</table> </table>

View File

@ -80,7 +80,8 @@ class GoogleService(models.TransientModel):
} }
get_param = self.env['ir.config_parameter'].sudo().get_param get_param = self.env['ir.config_parameter'].sudo().get_param
base_url = get_param('web.base.url', default='http://www.flectra.com?NoBaseUrl') base_url = get_param('web.base.url',
default='http://www.flectrahq.com?NoBaseUrl')
client_id = get_param('google_%s_client_id' % (service,), default=False) client_id = get_param('google_%s_client_id' % (service,), default=False)
encoded_params = urls.url_encode({ encoded_params = urls.url_encode({
@ -100,7 +101,8 @@ class GoogleService(models.TransientModel):
not be redirected. not be redirected.
""" """
get_param = self.env['ir.config_parameter'].sudo().get_param get_param = self.env['ir.config_parameter'].sudo().get_param
base_url = get_param('web.base.url', default='http://www.flectra.com?NoBaseUrl') base_url = get_param('web.base.url',
default='http://www.flectrahq.com?NoBaseUrl')
client_id = get_param('google_%s_client_id' % (service,), default=False) client_id = get_param('google_%s_client_id' % (service,), default=False)
client_secret = get_param('google_%s_client_secret' % (service,), default=False) client_secret = get_param('google_%s_client_secret' % (service,), default=False)

View File

@ -901,7 +901,7 @@ class GoogleCalendar(models.AbstractModel):
readonly = '.readonly' if RO else '' readonly = '.readonly' if RO else ''
return 'https://www.googleapis.com/auth/calendar%s' % (readonly) return 'https://www.googleapis.com/auth/calendar%s' % (readonly)
def authorize_google_uri(self, from_url='http://www.flectra.com'): def authorize_google_uri(self, from_url='http://www.flectrahq.com'):
url = self.env['google.service']._get_authorize_uri(from_url, self.STR_SERVICE, scope=self.get_calendar_scope()) url = self.env['google.service']._get_authorize_uri(from_url, self.STR_SERVICE, scope=self.get_calendar_scope())
return url return url

View File

@ -24,6 +24,6 @@ class ResConfigSettings(models.TransientModel):
res.update( res.update(
cal_client_id=get_param('google_calendar_client_id', default=''), cal_client_id=get_param('google_calendar_client_id', default=''),
cal_client_secret=get_param('google_calendar_client_secret', default=''), cal_client_secret=get_param('google_calendar_client_secret', default=''),
server_uri="%s/google_account/authentication" % get_param('web.base.url', default="http://yourcompany.flectra.com"), server_uri="%s/google_account/authentication" % get_param('web.base.url', default="http://www.flectrahq.com"),
) )
return res return res

View File

@ -13,7 +13,7 @@
<label for="cal_client_secret" string="Client Secret" class="col-xs-3 col-md-3 o_light_label"/> <label for="cal_client_secret" string="Client Secret" class="col-xs-3 col-md-3 o_light_label"/>
<field name="cal_client_secret" password="True" nolabel="1"/> <field name="cal_client_secret" password="True" nolabel="1"/>
</div> </div>
<a href="https://www.flectra.com/documentation/user/online/crm/calendar/google_calendar_credentials.html" class="oe-link" target="_blank"><i class="fa fa-fw fa-arrow-right"/>Tutorial</a> <a href="https://userdoc.flectrahq.com/crm/optimize/google_calendar_credentials.html" class="oe-link" target="_blank"><i class="fa fa-fw fa-arrow-right"/>Tutorial</a>
</div> </div>
</div> </div>
</field> </field>

View File

@ -644,7 +644,7 @@ msgstr ""
#. module: helpdesk_basic #. module: helpdesk_basic
#: model:ir.model.fields,help:helpdesk_basic.field_helpdesk_team_alias_name #: model:ir.model.fields,help:helpdesk_basic.field_helpdesk_team_alias_name
msgid "The name of the email alias, e.g. 'jobs' if you want to catch emails for <jobs@example.flectra.com>" msgid "The name of the email alias, e.g. 'jobs' if you want to catch emails for <jobs@example.flectrahq.com>"
msgstr "" msgstr ""
#. module: helpdesk_basic #. module: helpdesk_basic

View File

@ -139,7 +139,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="name">Pieter Parker</field> <field name="name">Pieter Parker</field>
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3281813700</field> <field name="work_phone">+3281813700</field>
<field name="work_email">pieter@flectra.com</field> <field name="work_email">pieter@flectrahq.com</field>
<field name="category_ids" eval="[(6, 0, [ref('employee_category_4'), ref('employee_category_3')])]"/> <field name="category_ids" eval="[(6, 0, [ref('employee_category_4'), ref('employee_category_3')])]"/>
<field name="job_id" ref="hr.job_ceo"/> <field name="job_id" ref="hr.job_ceo"/>
<field name="department_id" ref="dep_management"/> <field name="department_id" ref="dep_management"/>
@ -153,7 +153,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="category_ids" eval="[(6, 0, [ref('employee_category_4'), ref('employee_category_3')])]"/> <field name="category_ids" eval="[(6, 0, [ref('employee_category_4'), ref('employee_category_3')])]"/>
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3281813700</field> <field name="work_phone">+3281813700</field>
<field name="work_email">antoine@flectra.com</field> <field name="work_email">antoine@flectrahq.com</field>
<field name="image" type="base64" file="hr/static/img/employee_al-image.jpg"/> <field name="image" type="base64" file="hr/static/img/employee_al-image.jpg"/>
</record> </record>
@ -166,7 +166,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3281813700</field> <field name="work_phone">+3281813700</field>
<field name="mobile_phone">+32486571630</field> <field name="mobile_phone">+32486571630</field>
<field name="work_email">john@flectra.com</field> <field name="work_email">john@flectrahq.com</field>
<field name="image" type="base64" file="hr/static/img/employee_mit-image.png"/> <field name="image" type="base64" file="hr/static/img/employee_mit-image.png"/>
</record> </record>
@ -178,7 +178,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="category_ids" eval="[(6, 0, [ref('employee_category_4')])]"/> <field name="category_ids" eval="[(6, 0, [ref('employee_category_4')])]"/>
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3281813700</field> <field name="work_phone">+3281813700</field>
<field name="work_email">michael@flectra.com</field> <field name="work_email">michael@flectrahq.com</field>
<field name="image" type="base64" file="hr/static/img/employee_niv-image.jpg"/> <field name="image" type="base64" file="hr/static/img/employee_niv-image.jpg"/>
</record> </record>
@ -190,7 +190,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="category_ids" eval="[(6, 0, [ref('employee_category_4')])]"/> <field name="category_ids" eval="[(6, 0, [ref('employee_category_4')])]"/>
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3281813700</field> <field name="work_phone">+3281813700</field>
<field name="work_email">liam@flectra.com</field> <field name="work_email">liam@flectrahq.com</field>
<field name="image" type="base64" file="hr/static/img/employee_stw-image.jpg"/> <field name="image" type="base64" file="hr/static/img/employee_stw-image.jpg"/>
</record> </record>
@ -202,7 +202,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="category_ids" eval="[(6, 0, [ref('employee_category_4')])]"/> <field name="category_ids" eval="[(6, 0, [ref('employee_category_4')])]"/>
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3281813700</field> <field name="work_phone">+3281813700</field>
<field name="work_email">david@flectra.com</field> <field name="work_email">david@flectrahq.com</field>
<field name="image" type="base64" file="hr/static/img/employee_chs-image.jpg"/> <field name="image" type="base64" file="hr/static/img/employee_chs-image.jpg"/>
</record> </record>
@ -215,7 +215,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="category_ids" eval="[(6, 0, [ref('employee_category_4')])]"/> <field name="category_ids" eval="[(6, 0, [ref('employee_category_4')])]"/>
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3281813700</field> <field name="work_phone">+3281813700</field>
<field name="work_email">gilles@flectra.com</field> <field name="work_email">gilles@flectrahq.com</field>
<field name="image" type="base64" file="hr/static/img/employee_qdp-image.png"/> <field name="image" type="base64" file="hr/static/img/employee_qdp-image.png"/>
</record> </record>
@ -227,7 +227,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="category_ids" eval="[(6, 0, [ref('employee_category_4')])]"/> <field name="category_ids" eval="[(6, 0, [ref('employee_category_4')])]"/>
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3281813700</field> <field name="work_phone">+3281813700</field>
<field name="work_email">jack@flectra.com</field> <field name="work_email">jack@flectrahq.com</field>
<field name="image" type="base64" file="hr/static/img/employee_fme-image.jpg"/> <field name="image" type="base64" file="hr/static/img/employee_fme-image.jpg"/>
</record> </record>
@ -239,7 +239,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="category_ids" eval="[(6, 0, [ref('employee_category_4'), ref('employee_category_5')])]"/> <field name="category_ids" eval="[(6, 0, [ref('employee_category_4'), ref('employee_category_5')])]"/>
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3281813700</field> <field name="work_phone">+3281813700</field>
<field name="work_email">martin@flectra.com</field> <field name="work_email">martin@flectrahq.com</field>
<field name="image" type="base64" file="hr/static/img/employee_fpi-image.jpg"/> <field name="image" type="base64" file="hr/static/img/employee_fpi-image.jpg"/>
</record> </record>
@ -251,7 +251,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="category_ids" eval="[(6, 0, [ref('employee_category_4'), ref('employee_category_5')])]"/> <field name="category_ids" eval="[(6, 0, [ref('employee_category_4'), ref('employee_category_5')])]"/>
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3281813700</field> <field name="work_phone">+3281813700</field>
<field name="work_email">jimmy@flectra.com</field> <field name="work_email">jimmy@flectrahq.com</field>
<field name="image" type="base64" file="hr/static/img/employee_jth-image.png"/> <field name="image" type="base64" file="hr/static/img/employee_jth-image.png"/>
</record> </record>
@ -263,7 +263,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="category_ids" eval="[(6, 0, [ref('employee_category_4'), ref('employee_category_2')])]"/> <field name="category_ids" eval="[(6, 0, [ref('employee_category_4'), ref('employee_category_2')])]"/>
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3281813700</field> <field name="work_phone">+3281813700</field>
<field name="work_email">famke@flectra.com</field> <field name="work_email">famke@flectrahq.com</field>
<field name="image" type="base64" file="hr/static/img/employee_ngh-image.jpg"/> <field name="image" type="base64" file="hr/static/img/employee_ngh-image.jpg"/>
</record> </record>
@ -275,7 +275,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="category_ids" eval="[(6, 0, [ref('employee_category_4')])]"/> <field name="category_ids" eval="[(6, 0, [ref('employee_category_4')])]"/>
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3281813700</field> <field name="work_phone">+3281813700</field>
<field name="work_email">ashley@flectra.com</field> <field name="work_email">ashley@flectrahq.com</field>
<field name="image" type="base64" file="hr/static/img/employee_vad-image.jpg"/> <field name="image" type="base64" file="hr/static/img/employee_vad-image.jpg"/>
</record> </record>
@ -294,7 +294,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="job_id" ref="hr.job_developer"/> <field name="job_id" ref="hr.job_developer"/>
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3282823500</field> <field name="work_phone">+3282823500</field>
<field name="work_email">jve@flectra.com</field> <field name="work_email">jve@flectrahq.com</field>
<field name="image" type="base64" file="hr/static/img/employee_jve-image.jpg"/> <field name="image" type="base64" file="hr/static/img/employee_jve-image.jpg"/>
</record> </record>
@ -304,7 +304,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="job_id" ref="hr.job_consultant"/> <field name="job_id" ref="hr.job_consultant"/>
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3282823500</field> <field name="work_phone">+3282823500</field>
<field name="work_email">jep@flectra.com</field> <field name="work_email">jep@flectrahq.com</field>
<field name="image" type="base64" file="hr/static/img/employee_jep-image.jpg"/> <field name="image" type="base64" file="hr/static/img/employee_jep-image.jpg"/>
</record> </record>
@ -314,7 +314,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="job_id" ref="hr.job_marketing"/> <field name="job_id" ref="hr.job_marketing"/>
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3282823500</field> <field name="work_phone">+3282823500</field>
<field name="work_email">jod@flectra.com</field> <field name="work_email">jod@flectrahq.com</field>
<field name="image" type="base64" file="hr/static/img/employee_jod-image.png"/> <field name="image" type="base64" file="hr/static/img/employee_jod-image.png"/>
</record> </record>
@ -324,7 +324,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="job_id" ref="hr.job_developer"/> <field name="job_id" ref="hr.job_developer"/>
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3282823500</field> <field name="work_phone">+3282823500</field>
<field name="work_email">jog@flectra.com</field> <field name="work_email">jog@flectrahq.com</field>
<field name="image" type="base64" file="hr/static/img/employee_jog-image.jpg"/> <field name="image" type="base64" file="hr/static/img/employee_jog-image.jpg"/>
</record> </record>
@ -343,7 +343,7 @@ If you have development competencies, we can propose you specific traineeships</
<field name="job_id" ref="hr.job_marketing"/> <field name="job_id" ref="hr.job_marketing"/>
<field name="work_location">Building 1, Second Floor</field> <field name="work_location">Building 1, Second Floor</field>
<field name="work_phone">+3282823500</field> <field name="work_phone">+3282823500</field>
<field name="work_email">lur@flectra.com</field> <field name="work_email">lur@flectrahq.com</field>
<field name="image" type="base64" file="hr/static/img/employee_lur-image.png"/> <field name="image" type="base64" file="hr/static/img/employee_lur-image.png"/>
</record> </record>

View File

@ -42,7 +42,7 @@
<t t-set="page_title">Expense Types</t> <t t-set="page_title">Expense Types</t>
<p class="text-muted"> <p class="text-muted">
The first step if to The first step if to
<a href="https://www.flectrahq.com/documentation/user/11.0/expense/expense.html#how-to-set-expense-types" target="blank"> <a href="https://userdoc.flectrahq.com/expense/expense.html#how-to-set-expense-types" target="blank">
configure the expense types configure the expense types
</a> </a>
that your company allows. Here are some examples: that your company allows. Here are some examples:
@ -88,7 +88,7 @@
<t t-set="page_title">Recording Mode</t> <t t-set="page_title">Recording Mode</t>
<p class="text-muted"> <p class="text-muted">
As employees, there are As employees, there are
<a href="https://www.flectrahq.com/documentation/user/11.0/expense/expense.html#how-to-record-expenses" target="_blank">2 ways to record expenses:</a> <a href="https://userdoc.flectrahq.com/expense/expense.html#how-to-record-expenses" target="_blank">2 ways to record expenses:</a>
</p> </p>
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
@ -151,7 +151,7 @@
<t t-set="page_title">Submit for Approval</t> <t t-set="page_title">Submit for Approval</t>
<p class="text-muted"> <p class="text-muted">
The next step is to settle an internal policy to The next step is to settle an internal policy to
<a href="https://www.flectrahq.com/documentation/user/11.0/expense/expense.html#how-to-submit-expenses-to-managers" target="_blank">submit expenses to managers <a href="https://userdoc.flectrahq.com/expense/expense.html#how-to-submit-expenses-to-managers" target="_blank">submit expenses to managers
</a> </a>
</p> </p>
<div class="row"> <div class="row">
@ -189,7 +189,7 @@
</div> </div>
<p class="text-muted"> <p class="text-muted">
Depending on your company structure, the Depending on your company structure, the
<a href="https://www.flectrahq.com/documentation/user/11.0/expense/expense.html#how-to-approve-expenses" target="_blank">approval process <a href="https://userdoc.flectrahq.com/expense/expense.html#how-to-approve-expenses" target="_blank">approval process
</a> can be: </a> can be:
</p> </p>
<div class="row"> <div class="row">
@ -243,7 +243,7 @@
<t t-set="page_title">Reimbursement</t> <t t-set="page_title">Reimbursement</t>
<p class="text-muted"> <p class="text-muted">
Once expense reports approved by managers, the accounting department checks accounts, products and taxes used. Then they Once expense reports approved by managers, the accounting department checks accounts, products and taxes used. Then they
<a href="https://www.flectrahq.com/documentation/user/11.0/expense/expense.html#how-to-post-expenses-in-accounting" target="_blank"> post them into the books</a> and <a href="https://www.flectrahq.com/documentation/user/11.0/expense/expense.html#how-to-reimburse-employees" target="blank">proceed with the employee reimbursement</a>. <a href="https://userdoc.flectrahq.com/expense/expense.html#how-to-post-expenses-in-accounting" target="_blank"> post them into the books</a> and <a href="https://userdoc.flectrahq.com/expense/expense.html#how-to-reimburse-employees" target="blank">proceed with the employee reimbursement</a>.
</p> </p>
<p> <p>
To do: To do:
@ -258,7 +258,7 @@
<a t-att-href="prepare_backend_url('hr.open_view_employee_list_my', 'kanban')">Set Home Address to employees</a>(used for reimbursement) <a t-att-href="prepare_backend_url('hr.open_view_employee_list_my', 'kanban')">Set Home Address to employees</a>(used for reimbursement)
</li> </li>
<li> <li>
<a href="https://www.flectrahq.com/documentation/user/11.0/accounting/payables.html" target="blank">See how to manage payables</a> <a href="https://userdoc.flectrahq.com/accounting/payables.html" target="blank">See how to manage payables</a>
</li> </li>
</ul> </ul>
</p> </p>
@ -267,7 +267,7 @@
<t t-call="web_planner.page"> <t t-call="web_planner.page">
<t t-set="page_title">Invoice Customers</t> <t t-set="page_title">Invoice Customers</t>
<p class="text-muted"> <p class="text-muted">
If you track expenses on customer projects, you can charge them <a href="https://www.flectrahq.com/documentation/user/11.0/expense/expense.html#how-to-re-invoice-expenses-to-your-customers" target="blank">back to your customers automatically</a>. Here are some advises to avoid conflictual situations: If you track expenses on customer projects, you can charge them <a href="https://userdoc.flectrahq.com/expense/expense.html#how-to-re-invoice-expenses-to-your-customers" target="blank">back to your customers automatically</a>. Here are some advises to avoid conflictual situations:
</p> </p>
<ul> <ul>
<li>Agree in advance with the customer: <li>Agree in advance with the customer:
@ -286,7 +286,7 @@
<li><a t-att-href="prepare_backend_url('hr_expense.hr_expense_product', 'kanban')">Set invoicing method on expense products</a></li> <li><a t-att-href="prepare_backend_url('hr_expense.hr_expense_product', 'kanban')">Set invoicing method on expense products</a></li>
<li><a t-att-href="prepare_backend_url('base.open_module_tree', 'form', 'sale')">Install Sales app</a></li> <li><a t-att-href="prepare_backend_url('base.open_module_tree', 'form', 'sale')">Install Sales app</a></li>
<li><a t-att-href="prepare_backend_url('base.open_module_tree', 'form', 'account_analytic_default')">Install Analytic Accounting add-on</a></li> <li><a t-att-href="prepare_backend_url('base.open_module_tree', 'form', 'account_analytic_default')">Install Analytic Accounting add-on</a></li>
<li><a href="https://www.flectrahq.com/documentation/user/11.0/expense/expense.html#how-to-re-invoice-expenses-to-your-customers" target="_blank">See how to invoice expenses</a></li> <li><a href="https://userdoc.flectrahq.com/expense/expense.html#how-to-re-invoice-expenses-to-your-customers" target="_blank">See how to invoice expenses</a></li>
</ul> </ul>
</p> </p>
</t> </t>

View File

@ -176,9 +176,7 @@
<h3 style="color:#9A6C8E;"><strong>Want to learn about us?</strong></h3> <h3 style="color:#9A6C8E;"><strong>Want to learn about us?</strong></h3>
<ol> <ol>
<li><a style="color:#1CC5A9" href="https://www.flectra.com/blog/flectra-news-5/post/the-flectra-story-56">Founders' story</a></li> <li><a style="color:#1CC5A9" href="https://flectrahq.com/blog/our-blog-1"></a></li>
<li><a style="color:#1CC5A9" href="https://www.slideshare.net/openobject/the-flectra-culture">The Flectra Culture</a></li>
<li><a style="color:#1CC5A9" href="https://www.flectra.com/page/about-us">About us</a></li>
</ol> </ol>
<hr style="margin: 30px 0"/> <hr style="margin: 30px 0"/>
@ -314,9 +312,7 @@
<h3 style="color:#9A6C8E;"><strong>Want to learn more?</strong></h3> <h3 style="color:#9A6C8E;"><strong>Want to learn more?</strong></h3>
<ol> <ol>
<li><a style="color:#1CC5A9" href="https://www.flectra.com/blog/flectra-news-5/post/the-flectra-story-56">Founders' story</a></li> <li><a style="color:#1CC5A9" href="https://flectrahq.com/blog/our-blog-1"></a></li>
<li><a style="color:#1CC5A9" href="https://www.slideshare.net/openobject/the-flectra-culture">The Flectra Culture</a></li>
<li><a style="color:#1CC5A9" href="https://www.flectra.com/page/about-us">About us</a></li>
</ol> </ol>
<hr style="margin: 30px 0"/> <hr style="margin: 30px 0"/>

View File

@ -38,13 +38,14 @@ index_template = """
<p> <p>
The PosBox is a hardware adapter that allows you to use The PosBox is a hardware adapter that allows you to use
receipt printers and barcode scanners with Flectra's Point of receipt printers and barcode scanners with Flectra's Point of
Sale, <b>version 8.0 or later</b>. You can start an <a href='https://www.flectra.com/start'>online free trial</a>, Sale, <b>version 8.0 or later</b>. You can start an <a
or <a href='https://www.flectra.com/page/download'>download and install</a> it yourself. href='https://www.flectrahq.com'>online free trial</a>,
or <a href='https://flectrahq.com/download'>download and install</a> it yourself.
</p> </p>
<p> <p>
For more information on how to setup the Point of Sale with For more information on how to setup the Point of Sale with
the PosBox, please refer to the PosBox, please refer to
<a href='https://www.flectra.com/documentation/user/point_of_sale/posbox/index.html'>the manual</a>. <a href='https://userdoc.flectrahq.com/point_of_sale.html'>the manual</a>.
</p> </p>
<p> <p>
To see the status of the connected hardware, please refer To see the status of the connected hardware, please refer
@ -62,7 +63,7 @@ index_template = """
the posbox version number is independent from Flectra. You can upgrade the posbox version number is independent from Flectra. You can upgrade
the software on the <a href='/hw_proxy/upgrade/'>upgrade page</a>. the software on the <a href='/hw_proxy/upgrade/'>upgrade page</a>.
</p> </p>
<p>For any other question, please contact the Flectra support at <a href='http://www.flectra.com/help'>www.flectra.com/help</a> <p>For any other question, please contact the Flectra support at <a href='https://flectrahq.com/flectra-erp-support'</a>
</p> </p>
</body> </body>
</html> </html>
@ -76,7 +77,8 @@ class PosboxHomepage(flectra.addons.web.controllers.main.Home):
return """ return """
<p> <p>
The activate the customer display feature, you will need to reinstall the PosBox software. The activate the customer display feature, you will need to reinstall the PosBox software.
You can find the latest images on the <a href="http://nightly.flectra.com/master/posbox/">Flectra Nightly builds</a> website. You can find the latest images on the <a
href="http://nightly.flectrahq.com/master/posbox/">Flectra Nightly builds</a> website.
Make sure to download at least the version 16.<br/> Make sure to download at least the version 16.<br/>
Flectra version 11, or above, is required to use the customer display feature. Flectra version 11, or above, is required to use the customer display feature.
</p> </p>

View File

@ -68,9 +68,9 @@ upgrade_template = """
internet. internet.
<p></p> <p></p>
However the preferred method to upgrade the posbox is to flash the sd-card with However the preferred method to upgrade the posbox is to flash the sd-card with
the <a href='http://nightly.flectra.com/trunk/posbox/'>latest image</a>. The upgrade the <a href='http://nightly.flectrahq.com/trunk/posbox/'>latest image</a>. The upgrade
procedure is explained into to the procedure is explained into to the
<a href='https://www.flectra.com/documentation/user/point_of_sale/posbox/index.html'>PosBox manual</a> <a href='https://userdoc.flectrahq.com/point_of_sale.html'>PosBox manual</a>
</p> </p>
<p> <p>
To upgrade the posbox, click on the upgrade button. The upgrade will take a few minutes. <b>Do not reboot</b> the PosBox during the upgrade. To upgrade the posbox, click on the upgrade button. The upgrade will take a few minutes. <b>Do not reboot</b> the PosBox during the upgrade.

View File

@ -12,7 +12,7 @@ from flectra.tools import pycompat
_logger = logging.getLogger(__name__) _logger = logging.getLogger(__name__)
DEFAULT_ENDPOINT = 'https://iap.flectra.com' DEFAULT_ENDPOINT = 'https://www.flectrahq.com'
#---------------------------------------------------------- #----------------------------------------------------------

View File

@ -9,7 +9,7 @@
# Carlos Liébana <carlos.liebana@factorlibre.com> # Carlos Liébana <carlos.liebana@factorlibre.com>
# Hugo Santos <hugo.santos@factorlibre.com> # Hugo Santos <hugo.santos@factorlibre.com>
# Albert Cabedo <albert@gafic.com> # Albert Cabedo <albert@gafic.com>
# Olivier Colson <oco@flectra.com> # Olivier Colson <oco@flectrahq.com>
# Roberto Lizana <robertolizana@trey.es> # Roberto Lizana <robertolizana@trey.es>
{ {

View File

@ -17,7 +17,7 @@
<field name="code"> <field name="code">
db_uuid = env['ir.config_parameter'].sudo().get_param('database.uuid') db_uuid = env['ir.config_parameter'].sudo().get_param('database.uuid')
action = {"type": "ir.actions.act_url", action = {"type": "ir.actions.act_url",
"url": "https://www.flectra.com/my/contract/french-certification/db/" + db_uuid, "url": "https://www.flectrahq.com/my/contract/french-certification/db/" + db_uuid,
"target": "new",} "target": "new",}
</field> </field>
</record> </record>

View File

@ -141,7 +141,9 @@ class AccountMove(models.Model):
From: %(start_move_name)s %(start_move_ref)s From: %(start_move_name)s %(start_move_ref)s
To: %(end_move_name)s %(end_move_ref)s To: %(end_move_name)s %(end_move_ref)s
For this report to be legally meaningful, please download your certification from your customer account on Flectra.com (Only for Flectra Enterprise users).''' For this report to be legally meaningful, please
download your certification from your customer
account on Flectrahq.com (Only for Flectra Enterprise users).'''
) % report_dict) ) % report_dict)

View File

@ -180,7 +180,10 @@ class pos_order(models.Model):
From: %(start_order_name)s %(start_order_ref)s recorded on %(start_order_date)s From: %(start_order_name)s %(start_order_ref)s recorded on %(start_order_date)s
To: %(end_order_name)s %(end_order_ref)s recorded on %(end_order_date)s To: %(end_order_name)s %(end_order_ref)s recorded on %(end_order_date)s
For this report to be legally meaningful, please download your certification from your customer account on Flectra.com (Only for Flectra Enterprise users).''' For this report to be legally meaningful, please
download your certification from your customer
account on flectrahq.com (Only for Flectra
Enterprise users).'''
) % report_dict) ) % report_dict)

View File

@ -41,7 +41,9 @@ class Alias(models.Model):
_rec_name = 'alias_name' _rec_name = 'alias_name'
_order = 'alias_model_id, alias_name' _order = 'alias_model_id, alias_name'
alias_name = fields.Char('Alias Name', help="The name of the email alias, e.g. 'jobs' if you want to catch emails for <jobs@example.flectra.com>") alias_name = fields.Char('Alias Name', help="The name of the email "
"alias, e.g. 'jobs' if you "
"want to catch emails for <jobs@example.flectrahq.com>")
alias_model_id = fields.Many2one('ir.model', 'Aliased Model', required=True, ondelete="cascade", alias_model_id = fields.Many2one('ir.model', 'Aliased Model', required=True, ondelete="cascade",
help="The model (Flectra Document Kind) to which this alias " help="The model (Flectra Document Kind) to which this alias "
"corresponds. Any incoming email that does not reply to an " "corresponds. Any incoming email that does not reply to an "
@ -129,7 +131,7 @@ class Alias(models.Model):
def name_get(self): def name_get(self):
"""Return the mail alias display alias_name, including the implicit """Return the mail alias display alias_name, including the implicit
mail catchall domain if exists from config otherwise "New Alias". mail catchall domain if exists from config otherwise "New Alias".
e.g. `jobs@mail.flectra.com` or `jobs` or 'New Alias' e.g. `jobs@mail.flectrahq.com` or `jobs` or 'New Alias'
""" """
res = [] res = []
for record in self: for record in self:

View File

@ -425,7 +425,7 @@ QUnit.test('chatter: post, receive and star messages', function (assert) {
} }
if (args.method === 'get_mention_suggestions') { if (args.method === 'get_mention_suggestions') {
getSuggestionsDef.resolve(); getSuggestionsDef.resolve();
return $.when([{email: "test@flectra.com", id: 1, name: "Test User"}]); return $.when([{email: "test@flectrahq.com", id: 1, name: "Test User"}]);
} }
return this._super(route, args); return this._super(route, args);
}, },
@ -545,7 +545,8 @@ QUnit.test('chatter: post, receive and star messages', function (assert) {
"suggestion's id should be correct"); "suggestion's id should be correct");
assert.strictEqual(form.$('.o_mention_proposition .o_mention_name').text(), 'Test User', assert.strictEqual(form.$('.o_mention_proposition .o_mention_name').text(), 'Test User',
"suggestion should be displayed correctly"); "suggestion should be displayed correctly");
assert.strictEqual(form.$('.o_mention_proposition .o_mention_info').text(), '(test@flectra.com)', assert.strictEqual(form.$('.o_mention_proposition' +
' .o_mention_info').text(), '(test@flectrahq.com)',
"suggestion should be displayed correctly"); "suggestion should be displayed correctly");
BasicComposer.prototype.MENTION_THROTTLE = mentionThrottle; BasicComposer.prototype.MENTION_THROTTLE = mentionThrottle;

View File

@ -71,7 +71,7 @@
View <t t-esc="object._description.lower()"/> View <t t-esc="object._description.lower()"/>
</a> </a>
</p> </p>
<!-- <p style="color:#9E588B;">Powered by <a target="_blank" href="https://www.flectra.com">Flectra</a>.</p> --> <!-- <p style="color:#9E588B;">Powered by <a target="_blank" href="https://www.flectrahq.com">Flectra</a>.</p> -->
</template> </template>
<template id="message_activity_done"> <template id="message_activity_done">

View File

@ -35,7 +35,7 @@
<div class="content-group" attrs="{'invisible': [('default_external_email_server', '=', False)]}"> <div class="content-group" attrs="{'invisible': [('default_external_email_server', '=', False)]}">
<div class="row mt16" id="mail_alias_domain"> <div class="row mt16" id="mail_alias_domain">
<label for="alias_domain" class="col-md-3 o_light_label"/> <label for="alias_domain" class="col-md-3 o_light_label"/>
<field name="alias_domain" placeholder="mycompany.flectra.com"/> <field name="alias_domain" placeholder="mycompany.flectrahq.com"/>
</div> </div>
</div> </div>
</div> </div>

View File

@ -2,7 +2,7 @@
<flectra> <flectra>
<record id="base.main_company" model="res.company"> <record id="base.main_company" model="res.company">
<field name="pad_server">https://pad.flectra.com</field> <field name="pad_server">https://pad.flectrahq.com</field>
</record> </record>
<record id="base.main_company" model="res.company"> <record id="base.main_company" model="res.company">

View File

@ -9,7 +9,7 @@
<group attrs="{'invisible': [('provider', '!=', 'authorize')]}"> <group attrs="{'invisible': [('provider', '!=', 'authorize')]}">
<field name="authorize_login"/> <field name="authorize_login"/>
<field name="authorize_transaction_key" password="True"/> <field name="authorize_transaction_key" password="True"/>
<a colspan="2" href="https://www.flectra.com/documentation/user/online/ecommerce/shopper_experience/authorize.html" target="_blank">How to get paid with Authorize.Net</a> <a colspan="2" href="https://userdoc.flectrahq.com/ecommerce/shopper_experience/authorize.html" target="_blank">How to get paid with Authorize.Net</a>
</group> </group>
</xpath> </xpath>
</field> </field>

View File

@ -113,7 +113,7 @@ class BuckarooForm(BuckarooCommon):
'brq_payment': u'573311D081B04069BD6336001611DBD4', 'brq_payment': u'573311D081B04069BD6336001611DBD4',
'BRQ_PAYMENT_METHOD': u'paypal', 'BRQ_PAYMENT_METHOD': u'paypal',
'BRQ_SERVICE_PAYPAL_PAYERCOUNTRY': u'NL', 'BRQ_SERVICE_PAYPAL_PAYERCOUNTRY': u'NL',
'BRQ_SERVICE_PAYPAL_PAYEREMAIL': u'fhe@flectra.com', 'BRQ_SERVICE_PAYPAL_PAYEREMAIL': u'fhe@flectrahq.com',
'BRQ_SERVICE_PAYPAL_PAYERFIRSTNAME': u'Jan', 'BRQ_SERVICE_PAYPAL_PAYERFIRSTNAME': u'Jan',
'BRQ_SERVICE_PAYPAL_PAYERLASTNAME': u'Tester', 'BRQ_SERVICE_PAYPAL_PAYERLASTNAME': u'Tester',
'BRQ_SERVICE_PAYPAL_PAYERMIDDLENAME': u'de', 'BRQ_SERVICE_PAYPAL_PAYERMIDDLENAME': u'de',

View File

@ -35,7 +35,8 @@ class PaypalForm(PaypalCommon):
def test_10_paypal_form_render(self): def test_10_paypal_form_render(self):
base_url = self.env['ir.config_parameter'].get_param('web.base.url') base_url = self.env['ir.config_parameter'].get_param('web.base.url')
# be sure not to do stupid things # be sure not to do stupid things
self.paypal.write({'paypal_email_account': 'tde+paypal-facilitator@flectra.com', 'fees_active': False}) self.paypal.write({'paypal_email_account': 'tde+paypal-facilitator@flectrahq.com',
'fees_active': False})
self.assertEqual(self.paypal.environment, 'test', 'test without test environment') self.assertEqual(self.paypal.environment, 'test', 'test without test environment')
# ---------------------------------------- # ----------------------------------------
@ -49,7 +50,7 @@ class PaypalForm(PaypalCommon):
form_values = { form_values = {
'cmd': '_xclick', 'cmd': '_xclick',
'business': 'tde+paypal-facilitator@flectra.com', 'business': 'tde+paypal-facilitator@flectrahq.com',
'item_name': 'YourCompany: test_ref0', 'item_name': 'YourCompany: test_ref0',
'item_number': 'test_ref0', 'item_number': 'test_ref0',
'first_name': 'Norbert', 'first_name': 'Norbert',
@ -154,7 +155,7 @@ class PaypalForm(PaypalCommon):
'address_status': u'unconfirmed', 'address_status': u'unconfirmed',
'mc_currency': u'EUR', 'mc_currency': u'EUR',
'shipping': u'0.00', 'shipping': u'0.00',
'payer_email': u'tde+buyer@flectra.com', 'payer_email': u'tde+buyer@flectrahq.com',
'payment_type': u'instant', 'payment_type': u'instant',
'mc_gross': u'1.95', 'mc_gross': u'1.95',
'ipn_track_id': u'866df2ccd444b', 'ipn_track_id': u'866df2ccd444b',

View File

@ -16,7 +16,7 @@
<field name="paypal_api_enabled" invisible="1"/> <field name="paypal_api_enabled" invisible="1"/>
<field name="paypal_api_username" invisible="1"/> <field name="paypal_api_username" invisible="1"/>
<field name="paypal_api_password" invisible="1"/> <field name="paypal_api_password" invisible="1"/>
<a colspan="2" href="https://www.flectra.com/documentation/user/online/ecommerce/shopper_experience/paypal.html" target="_blank">How to configure your paypal account?</a> <a colspan="2" href="https://userdoc.flectrahq.com/ecommerce/shopper_experience/payment_acquirer.html" target="_blank">How to configure your paypal account?</a>
</group> </group>
</xpath> </xpath>
</field> </field>

View File

@ -117,7 +117,7 @@
<div class="o_setting_right_pane"> <div class="o_setting_right_pane">
<label for="is_posbox"/> <label for="is_posbox"/>
<div class="text-muted"> <div class="text-muted">
Use an integrated hardware setup like <a href="https://www.flectra.com/documentation/user/online/point_of_sale/overview/setup.html" target="_blank">PosBox</a> Use an integrated hardware setup like <a href="https://userdoc.flectrahq.com/point_of_sale/overview/setup.html" target="_blank">PosBox</a>
</div> </div>
<div class="content-group" attrs="{'invisible' : [('is_posbox', '=', False)]}"> <div class="content-group" attrs="{'invisible' : [('is_posbox', '=', False)]}">
<div class="row mt16"> <div class="row mt16">
@ -220,7 +220,7 @@
<div class="mt16"> <div class="mt16">
<field name="iface_tax_included" class="o_light_label" widget="radio"/> <field name="iface_tax_included" class="o_light_label" widget="radio"/>
</div> </div>
<a attrs="{'invisible': [('iface_tax_included', '!=', 'total')]}" href="https://www.flectra.com/documentation/user/11.0/accounting/others/taxes/tax_included.html" target="_blank" class="oe-link"><i class="fa fa-fw fa-arrow-right"/>How to manage tax-included prices</a> <a attrs="{'invisible': [('iface_tax_included', '!=', 'total')]}" href="https://userdoc.flectrahq.com/accounting/others/taxes/tax_included.html" target="_blank" class="oe-link"><i class="fa fa-fw fa-arrow-right"/>How to manage tax-included prices</a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -10,7 +10,7 @@
<button name="%(pos_mercury.action_configuration_form)d" icon="fa-arrow-right" type="action" string="Vantiv Accounts" class="btn-link"/> <button name="%(pos_mercury.action_configuration_form)d" icon="fa-arrow-right" type="action" string="Vantiv Accounts" class="btn-link"/>
</div> </div>
<div> <div>
<a class="oe_link" href="https://www.flectra.com/page/point-of-sale-hardware#part_8" target="_blank"><i class="fa fa-fw fa-arrow-right"/>Buy a card reader</a> <a class="oe_link" href="https://flectrahq.com/point-of-sale" target="_blank"><i class="fa fa-fw fa-arrow-right"/>Buy a card reader</a>
</div> </div>
</div> </div>
</field> </field>

View File

@ -5,7 +5,7 @@
<record id="mail_template_data_module_install_project" model="mail.template"> <record id="mail_template_data_module_install_project" model="mail.template">
<field name="name">project module install then send email</field> <field name="name">project module install then send email</field>
<field name="subject">Your Flectra Project application is up and running</field> <field name="subject">Your Flectra Project application is up and running</field>
<field name="email_from">help@flectra.com</field> <field name="email_from">help@flectrahq.com</field>
<field name="email_to">${user.email|safe}</field> <field name="email_to">${user.email|safe}</field>
<field name="lang">${user.lang}</field> <field name="lang">${user.lang}</field>
<field name="model_id" ref="base.model_ir_module_module"/> <field name="model_id" ref="base.model_ir_module_module"/>
@ -94,12 +94,12 @@
</p> </p>
<p dir="ltr" style="font-size:13px;margin-top:0pt;margin-bottom:8pt;"> <p dir="ltr" style="font-size:13px;margin-top:0pt;margin-bottom:8pt;">
<span>We would be delighted to assist you along the way. Contact us through our <span>We would be delighted to assist you along the way. Contact us through our
<a href="https://www.flectra.com/help">support form</a> if you have any question. <a href="https://flectrahq.com/flectra-erp-support">support form</a> if you have any question.
You can also discover how to get the best out of Flectra Project with our </span> You can also discover how to get the best out of Flectra Project with our </span>
<a target="_blank" href="https://www.flectra.com/documentation/user/11.0/project.html"> <a target="_blank" href="https://userdoc.flectrahq.com/project.html">
<span style="text-decoration:underline;">User Documentation</span></a> <span style="text-decoration:underline;">User Documentation</span></a>
</span><span> or with our </span> </span><span> or with our </span>
<a target="_blank" href="https://www.flectra.com/documentation"> <a target="_blank" href="https://userdoc.flectrahq.com">
<span style="text-decoration:underline;">API Documentation</span></a> <span style="text-decoration:underline;">API Documentation</span></a>
</p> </p>
<br> <br>

View File

@ -215,8 +215,8 @@
<div class="well well-lg"> <div class="well well-lg">
<strong>Need help with defining your Projects? Contact us now.</strong><br/> <strong>Need help with defining your Projects? Contact us now.</strong><br/>
<a href="https://www.flectra.com/page/live-chat" target="_blank" style="margin-right:10px"><span class="fa fa-comment-o"></span> Website Live Chat</a> <a href="https://userdoc.flectrahq.com/livechat/livechat.html" target="_blank" style="margin-right:10px"><span class="fa fa-comment-o"></span> Website Live Chat</a>
<a href="https://www.flectra.com/help"><span class="fa fa-envelope-o"></span> Email Our Project Expert</a> <a href="https://www.flectrahq.com/flectra-erp-support"><span class="fa fa-envelope-o"></span> Email Our Project Expert</a>
</div> </div>
</t> </t>
@ -329,8 +329,8 @@
<div class="col-md-6 col-xs-12"> <div class="col-md-6 col-xs-12">
<div class="well well-lg"> <div class="well well-lg">
<strong>Need help to structure your projects?</strong><br/> <strong>Need help to structure your projects?</strong><br/>
<a href="https://www.flectra.com/page/live-chat" target="_blank" style="margin-right:10px"><span class="fa fa-comment-o"></span> Website Live Chat on</a><br/> <a href="https://userdoc.flectrahq.com/livechat/livechat.html" target="_blank" style="margin-right:10px"><span class="fa fa-comment-o"></span> Website Live Chat on</a><br/>
<a href="https://www.flectra.com/help"><span class="fa fa-envelope-o"></span> Email Our Project Expert</a> <a href="https://www.flectrahq.com/flectra-erp-support"><span class="fa fa-envelope-o"></span> Email Our Project Expert</a>
</div> </div>
</div> </div>
</div> </div>
@ -467,7 +467,7 @@
<li> Plan your activities for the day</li> <li> Plan your activities for the day</li>
<li> View statistics for the week</li> <li> View statistics for the week</li>
<li> Get full synchronization with Flectra</li><br/> <li> Get full synchronization with Flectra</li><br/>
<a href="http://www.flectra.com/timesheet-app?platform=chrome" target="_blank"> <a href="http://www.flectrahq.com/timesheet-app?platform=chrome" target="_blank">
<img width="100%" src="/project/static/src/img/chrome_store.png"/> <img width="100%" src="/project/static/src/img/chrome_store.png"/>
</a> </a>
</div> </div>
@ -484,10 +484,10 @@
<div class="panel-body"> <div class="panel-body">
<p>The same features as the Chrome extension, but on your mobile phone!</p> <p>The same features as the Chrome extension, but on your mobile phone!</p>
<p>Extra useful for when you're with a customer or in a meeting.</p> <p>Extra useful for when you're with a customer or in a meeting.</p>
<a href="http://www.flectra.com/timesheet-app?platform=android" target="_blank"> <a href="http://www.flectrahq.com/timesheet-app?platform=android" target="_blank">
<img alt="Get it on Google Play" src="/project/static/src/img/play_store.png"/> <img alt="Get it on Google Play" src="/project/static/src/img/play_store.png"/>
</a> </a>
<a href="http://www.flectra.com/timesheet-app?platform=ios" target="_blank"> <a href="http://www.flectrahq.com/timesheet-app?platform=ios" target="_blank">
<img alt="Available on the Apple Store" src="/project/static/src/img/app_store.png"/> <img alt="Available on the Apple Store" src="/project/static/src/img/app_store.png"/>
</a> </a>
</div> </div>
@ -519,10 +519,10 @@
</ul> </ul>
<div class="well well-lg"> <div class="well well-lg">
<strong>Need help with Timesheets management? Contact us now:</strong><br/> <strong>Need help with Timesheets management? Contact us now:</strong><br/>
<a href="https://www.flectra.com/page/live-chat" target="_blank" style="margin-right:10px"> <a href="https://userdoc.flectrahq.com/livechat/livechat.html" target="_blank" style="margin-right:10px">
<span class="fa fa-comment-o"></span> Website Live Chat on <span class="fa fa-comment-o"></span> Website Live Chat on
</a> </a>
<a href="https://www.flectra.com/help"><span class="fa fa-envelope-o"></span> Email Our Project Expert</a> <a href="https://www.flectrahq.com/help"><span class="fa fa-envelope-o"></span> Email Our Project Expert</a>
</div> </div>
</section> </section>
</t> </t>
@ -600,8 +600,8 @@
<div class="col-md-4 col-xs-12"> <div class="col-md-4 col-xs-12">
<div class="well well-lg"> <div class="well well-lg">
<strong>Contact us now:</strong><br/> <strong>Contact us now:</strong><br/>
<a href="https://www.flectra.com/page/live-chat" target="_blank" style="margin-right:10px"><span class="fa fa-comment-o"></span> Website Live Chat on</a><br/> <a href="https://userdoc.flectrahq.com/livechat/livechat.html" target="_blank" style="margin-right:10px"><span class="fa fa-comment-o"></span> Website Live Chat on</a><br/>
<a href="https://www.flectra.com/help"><span class="fa fa-envelope-o"></span> Email Our Project Expert</a> <a href="https://flectrahq.com/flectra-erp-support"><span class="fa fa-envelope-o"></span> Email Our Project Expert</a>
</div> </div>
</div> </div>
</div> </div>
@ -996,8 +996,8 @@
<div class="col-md-4 col-xs-12"> <div class="col-md-4 col-xs-12">
<div class="well well-lg"> <div class="well well-lg">
<strong>Contact us now:</strong><br/> <strong>Contact us now:</strong><br/>
<a href="https://www.flectra.com/page/live-chat" target="_blank" style="margin-right:10px"><span class="fa fa-comment-o"></span> Website Live Chat on</a><br/> <a href="https://userdoc.flectrahq.com/livechat/livechat.html" target="_blank" style="margin-right:10px"><span class="fa fa-comment-o"></span> Website Live Chat on</a><br/>
<a href="https://www.flectra.com/help"><span class="fa fa-envelope-o"></span> Email Our Project Expert</a> <a href="https://flectrahq.com/flectra-erp-support"><span class="fa fa-envelope-o"></span> Email Our Project Expert</a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -10,7 +10,7 @@ X-Original-To: {to}
Delivered-To: {to} Delivered-To: {to}
To: {to} To: {to}
cc: {cc} cc: {cc}
Received: by mail1.flectra.com (Postfix, from userid 10002) Received: by mail1.flectrahq.com (Postfix, from userid 10002)
id 5DF9ABFB2A; Fri, 10 Aug 2012 16:16:39 +0200 (CEST) id 5DF9ABFB2A; Fri, 10 Aug 2012 16:16:39 +0200 (CEST)
Message-ID: {msg_id} Message-ID: {msg_id}
Date: Tue, 29 Nov 2011 12:43:21 +0530 Date: Tue, 29 Nov 2011 12:43:21 +0530

View File

@ -9,7 +9,7 @@
'sequence': 60, 'sequence': 60,
'summary': 'Purchase Orders, Receipts, Vendor Bills', 'summary': 'Purchase Orders, Receipts, Vendor Bills',
'description': "", 'description': "",
'website': 'https://flectrahq.com/page/purchase', 'website': 'https://flectrahq.com/purchase',
'depends': ['stock_account'], 'depends': ['stock_account'],
'data': [ 'data': [
'security/purchase_security.xml', 'security/purchase_security.xml',

View File

@ -148,7 +148,7 @@ from ${object.company_id.name}.
<!-- <!--
<tr> <tr>
<td align="center"> <td align="center">
Powered by <a href="https://www.flectra.com">Flectra</a>. Powered by <a href="https://www.flectrahq.com">Flectra</a>.
</td> </td>
</tr> </tr>
--> -->

View File

@ -99,7 +99,7 @@
</div> </div>
<div class="content-group" attrs="{'invisible': [('group_manage_vendor_price', '=', False)]}"> <div class="content-group" attrs="{'invisible': [('group_manage_vendor_price', '=', False)]}">
<div class="mt16"> <div class="mt16">
<a class="btn-link fa fa-arrow-right" target="_blank" href="https://www.flectra.com/documentation/user/11.0/general/base_import/import_faq.html"> <a class="btn-link fa fa-arrow-right" target="_blank" href="https://userdoc.flectrahq.com/general/base_import/import_faq.html">
How to import How to import
</a> </a>
</div> </div>

View File

@ -14,7 +14,7 @@ This module provides facility to the user to install mrp and purchase modules at
It is basically used when we want to keep track of production orders generated It is basically used when we want to keep track of production orders generated
from purchase order. from purchase order.
""", """,
'website': 'https://flectrahq.com/page/manufacturing', 'website': 'https://flectrahq.com/manufacturing',
'depends': ['mrp', 'purchase'], 'depends': ['mrp', 'purchase'],
'data': [], 'data': [],
'demo': [], 'demo': [],

View File

@ -7,7 +7,7 @@
'description': """ 'description': """
This module allows a customer to give rating. This module allows a customer to give rating.
""", """,
'website': 'http://flectra.com', 'website': 'http://flectrahq.com',
'depends': [ 'depends': [
'mail', 'mail',
], ],

View File

@ -7,7 +7,7 @@
'description': """ 'description': """
This module Allows a customer to give rating on Project. This module Allows a customer to give rating on Project.
""", """,
'website': 'http://flectra.com', 'website': 'http://flectrahq.com',
'depends': [ 'depends': [
'rating', 'rating',
'project' 'project'

View File

@ -132,7 +132,7 @@ from ${object.company_id.name}.
<!-- <!--
<tr> <tr>
<td align="center"> <td align="center">
Powered by <a target="_blank" href="https://www.flectra.com">Flectra</a>. Powered by <a target="_blank" href="https://www.flectrahq.com">Flectra</a>.
</td> </td>
</tr> </tr>
--> -->

View File

@ -17,7 +17,7 @@ The case is then closed and linked to the generated sales order.
We suggest you to install this module, if you installed both the sale and the crm We suggest you to install this module, if you installed both the sale and the crm
modules. modules.
""", """,
'website': 'https://flectrahq.com/page/crm', 'website': 'https://flectrahq.com/crm',
'depends': ['sale_management', 'crm'], 'depends': ['sale_management', 'crm'],
'data': [ 'data': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',

View File

@ -14,7 +14,7 @@ This module provides facility to the user to install mrp and sales modulesat a t
It is basically used when we want to keep track of production orders generated It is basically used when we want to keep track of production orders generated
from sales order. It adds sales name and sales Reference on production order. from sales order. It adds sales name and sales Reference on production order.
""", """,
'website': 'https://flectrahq.com/page/manufacturing', 'website': 'https://flectrahq.com/manufacturing',
'depends': ['mrp', 'sale_stock'], 'depends': ['mrp', 'sale_stock'],
'data': [ 'data': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',

View File

@ -5,7 +5,7 @@ from flectra import api, fields, models
from flectra.exceptions import UserError from flectra.exceptions import UserError
from flectra.addons.iap.models import iap from flectra.addons.iap.models import iap
DEFAULT_ENDPOINT = 'https://iap-sms.flectra.com' DEFAULT_ENDPOINT = 'https://www.flectrahq.com'
class SmsApi(models.AbstractModel): class SmsApi(models.AbstractModel):

View File

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<templates> <templates>
<t t-name="sms.sms_count"> <t t-name="sms.sms_count">
<span class="pull-right"><span class="text-muted o_sms_count"></span> <a href="https://iap-services.flectra.com/iap/sms/pricing" class="fa fa-lg fa-info"/></span> <span class="pull-right"><span class="text-muted
o_sms_count"></span> <a href="https://iap-services.flectrahq
.com/iap/sms/pricing" class="fa fa-lg fa-info"/></span>
</t> </t>
</templates> </templates>

View File

@ -107,7 +107,7 @@
<div class="alert alert-info"> <div class="alert alert-info">
<span>If you are a developer <strong>you can use our <span>If you are a developer <strong>you can use our
API</strong> to load data automatically through API</strong> to load data automatically through
scripts: take a look at our <a href="https://www.flectra.com/documentation/11.0/webservices/flectra.html" target="_blank">API Documentation</a> for more scripts: take a look at our <a href="https://doc.flectrahq.com/" target="_blank">API Documentation</a> for more
information.</span> information.</span>
</div> </div>
</t> </t>
@ -457,7 +457,11 @@
<h1>Congratulations!</h1> <h1>Congratulations!</h1>
<h4>We hope this guide helped you implement Flectra Inventory.</h4> <h4>We hope this guide helped you implement Flectra Inventory.</h4>
<p>Do not hesitate to send us an email to describe your experience or to suggest improvements!</p> <p>Do not hesitate to send us an email to describe your experience or to suggest improvements!</p>
<p>Once it's fully working, give us some feedback: we love to hear from our customer. It would be great if you could send us a photo of your warehouse to <a href="mailto:feedback@mail.flectra.com?subject=Inventory%20Planner" target="_blank">feedback@mail.flectra.com</a></p> <p>Once it's fully working, give us some feedback: we
love to hear from our customer. It would be great if
you could send us a photo of your warehouse to <a
href="mailto:feedback@mail.flectrahq
.com?subject=Inventory%20Planner" target="_blank">feedback@mail.flectrahq.com</a></p>
<p><strong>Enjoy your Inventory management with Flectra!</strong></p> <p><strong>Enjoy your Inventory management with Flectra!</strong></p>
<p>- The Flectra Team</p> <p>- The Flectra Team</p>
<img src="/web_planner/static/src/img/flectra_logo.png"/> <img src="/web_planner/static/src/img/flectra_logo.png"/>

View File

@ -94,7 +94,8 @@ what have been your difficulties.&lt;/p&gt;</field>
<record model="survey.question" id="feedback_2_1"> <record model="survey.question" id="feedback_2_1">
<field name="page_id" ref="feedback_2" /> <field name="page_id" ref="feedback_2" />
<field name="sequence">1</field> <field name="sequence">1</field>
<field name="question">What do you think about the documentation available on doc.flectra.com?</field> <field name="question">What do you think about the documentation
available on doc.flectrahq.com?</field>
<field name="type">matrix</field> <field name="type">matrix</field>
<field name="matrix_subtype">simple</field> <field name="matrix_subtype">simple</field>
<field name="constr_mandatory" eval="True" /> <field name="constr_mandatory" eval="True" />

View File

@ -32,7 +32,8 @@ tour.register('test_survey', {
trigger: 'button[value="next"]', trigger: 'button[value="next"]',
}, },
// Page-2 // Page-2
// Question: What do you think about the documentation available on doc.flectra.com? // Question: What do you think about the documentation available on
// doc.flectrahq.com?
{ {
content: "For 'It is up-to-date' checking 'Totally disagree'", content: "For 'It is up-to-date' checking 'Totally disagree'",
trigger: 'input[name="1_2_3_15"][value="11"]', trigger: 'input[name="1_2_3_15"][value="11"]',

View File

@ -900,7 +900,8 @@ class Session(http.Controller):
'state': json.dumps({'d': request.db, 'u': ICP.get_param('web.base.url')}), 'state': json.dumps({'d': request.db, 'u': ICP.get_param('web.base.url')}),
'scope': 'userinfo', 'scope': 'userinfo',
} }
return 'https://accounts.flectra.com/oauth2/auth?' + werkzeug.url_encode(params) return 'https://accounts.flectrahq.com/oauth2/auth?' + \
werkzeug.url_encode(params)
@http.route('/web/session/destroy', type='json', auth="user") @http.route('/web/session/destroy', type='json', auth="user")
def destroy(self): def destroy(self):

View File

@ -65,7 +65,7 @@ var UserMenu = Widget.extend({
}) })
.fail(function (result, ev){ .fail(function (result, ev){
ev.preventDefault(); ev.preventDefault();
framework.redirect('https://accounts.flectra.com/account'); framework.redirect('https://flectrahq.com/accounting');
}); });
}, },
}); });
@ -74,7 +74,7 @@ var UserMenu = Widget.extend({
* @private * @private
*/ */
_onMenuDocumentation: function () { _onMenuDocumentation: function () {
window.open('https://www.flectra.com/documentation/user', '_blank'); window.open('https://userdoc.flectrahq.com/index.html', '_blank');
}, },
/** /**
* @private * @private
@ -109,7 +109,7 @@ var UserMenu = Widget.extend({
* @private * @private
*/ */
_onMenuSupport: function () { _onMenuSupport: function () {
window.open('https://www.flectra.com/buy', '_blank'); window.open('https://www.flectrahq.com/buy', '_blank');
}, },
}); });

View File

@ -43,7 +43,7 @@ var AbstractFieldUpgrade = {
args: [[["share", "=", false]]], args: [[["share", "=", false]]],
}) })
.then(function (data) { .then(function (data) {
framework.redirect("https://www.flectra.com/flectra-enterprise/upgrade?num_users=" + data); framework.redirect("https://www.flectrahq.com/flectra-enterprise/upgrade?num_users=" + data);
}); });
}, },
/** /**

View File

@ -1419,7 +1419,7 @@
<li><i class="fa fa-check"></i> Mobile support</li> <li><i class="fa fa-check"></i> Mobile support</li>
<li><i class="fa fa-check"></i> Upgrade to future versions</li> <li><i class="fa fa-check"></i> Upgrade to future versions</li>
<li><i class="fa fa-check"></i> Bugfixes guarantee</li> <li><i class="fa fa-check"></i> Bugfixes guarantee</li>
<li><a href="http://www.flectra.com/editions" target="_blank"><i class="fa fa-plus"></i> And more</a></li> <li><a href="http://www.flectrahq.com" target="_blank"><i class="fa fa-plus"></i> And more</a></li>
</ul> </ul>
</div> </div>
<div class="col-xs-6"> <div class="col-xs-6">

View File

@ -400,7 +400,7 @@
<t t-if="not disable_database_manager"> <t t-if="not disable_database_manager">
<a class="" href="/web/database/manager">Manage Databases</a> <!--|--> <a class="" href="/web/database/manager">Manage Databases</a> <!--|-->
</t> </t>
<!--<a href="https://www.flectra.com" target="_blank">Powered by <span>Flectra</span></a>--> <!--<a href="https://www.flectrahq.com" target="_blank">Powered by <span>Flectra</span></a>-->
</div> </div>
</div> </div>
</div> </div>

View File

@ -1397,8 +1397,8 @@ msgstr "Auto"
#. module: web_editor #. module: web_editor
#. flectra-web #. flectra-web
#: code:addons/web_editor/static/src/xml/editor.xml:111 #: code:addons/web_editor/static/src/xml/editor.xml:111
msgid "https://www.flectra.com/logo.png" msgid "https://www.flectrahq.com/logo.png"
msgstr "https://www.flectra.com/logo.png" msgstr "https://www.flectrahq.com/logo.png"
#. module: web_editor #. module: web_editor
#: model:ir.model,name:web_editor.model_ir_attachment #: model:ir.model,name:web_editor.model_ir_attachment

View File

@ -105,7 +105,7 @@
<t t-set="planners" t-value="widget.planners"/> <t t-set="planners" t-value="widget.planners"/>
<t t-call="DashboardPlanner.PlannersList"/> <t t-call="DashboardPlanner.PlannersList"/>
<hr/> <hr/>
Need more help? <a target="_blank" href="https://www.flectrahq.com/documentation/user">Browse the documentation.</a> Need more help? <a target="_blank" href="https://userdoc.flectrahq.com/index.html">Browse the documentation.</a>
</div> </div>
</t> </t>

View File

@ -102,7 +102,7 @@
<li class="row"> <li class="row">
<span>#1</span> <span>#1</span>
<div class="col-md-6"> <div class="col-md-6">
<input id="input_element_stage_0" type="text" value="http://www.flectra.com/"/> <input id="input_element_stage_0" type="text" value="http://www.flectrahq.com/"/>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<textarea id="input_element_stage_7" type="text" placeholder="ex: interesting contents, texts and articles"/> <textarea id="input_element_stage_7" type="text" placeholder="ex: interesting contents, texts and articles"/>
@ -400,11 +400,6 @@
</div> </div>
</div> </div>
</div> </div>
<div class="well well-lg">
<strong>You own your domain name?</strong><br/>
<li>Online users: <a href="https://www.flectra.com/documentation/user/online/website/publish/domain_name.html" target="_blank">Apply it to your website from your database admin page</a></li>
<li>Community &amp; Enterprise users: apply a redirection from your Domain Manager platform</li>
</div>
</t> </t>
<t t-call="web_planner.page"> <t t-call="web_planner.page">
<t t-set="page_title">Ready For Launch!</t> <t t-set="page_title">Ready For Launch!</t>
@ -465,7 +460,7 @@
<div class="col-sm-1 col-md-2 icon"><span class="fa fa-pencil"/></div> <div class="col-sm-1 col-md-2 icon"><span class="fa fa-pencil"/></div>
<div class="col-sm-11 col-md-10"> <div class="col-sm-11 col-md-10">
<p><strong>Use relevant keywords</strong><br/> <p><strong>Use relevant keywords</strong><br/>
<a href="https://www.flectra.com/documentation/user/online/website/optimize/seo.html#meta-tags" target="_blank">Adding relevant and popular keywords</a> (e.g. business name, location) tends to improve your ranking in search engines and consequently increases your traffic. Do it: <a href="https://userdoc.flectrahq.com/website/optimize/seo.html#meta-tags" target="_blank">Adding relevant and popular keywords</a> (e.g. business name, location) tends to improve your ranking in search engines and consequently increases your traffic. Do it:
<li>through the content of your pages;</li> <li>through the content of your pages;</li>
<li>in their SEO metadata, including tags, title and description.</li> <li>in their SEO metadata, including tags, title and description.</li>
</p> </p>
@ -479,7 +474,7 @@
If you are an artist or a photographer, you can potentially bring in a lot If you are an artist or a photographer, you can potentially bring in a lot
of visitors by referencing your images so they are displayed in image of visitors by referencing your images so they are displayed in image
search engines, like Google Images. search engines, like Google Images.
To do that, <a href="https://www.flectra.com/documentation/user/online/website/optimize/seo.html#images" target="_blank">add keywords in picture's description.</a> To do that, <a href="https://userdoc.flectrahq.com/website/optimize/seo.html#images" target="_blank">add keywords in picture's description.</a>
</p> </p>
</div> </div>
</div> </div>
@ -592,7 +587,7 @@
<div class="well well-lg"> <div class="well well-lg">
<strong>Next actions:</strong> <strong>Next actions:</strong>
<li><a t-att-href="prepare_backend_url('base.action_view_base_language_install')" target="blank"> Install new languages</a></li> <li><a t-att-href="prepare_backend_url('base.action_view_base_language_install')" target="blank"> Install new languages</a></li>
<li><a href="https://www.flectra.com/documentation/user/online/website/publish/translate.html" target="blank"> See how to translate on your own</a></li> <li><a href="https://userdoc.flectrahq.com/website/publish/translate.html" target="blank"> See how to translate on your own</a></li>
<li><a t-att-href="prepare_backend_url('base.open_module_tree', 'form', 'website_gengo')" target="blank"> Install Gengo Translator app</a></li> <li><a t-att-href="prepare_backend_url('base.open_module_tree', 'form', 'website_gengo')" target="blank"> Install Gengo Translator app</a></li>
</div> </div>
</t> </t>

View File

@ -113,12 +113,12 @@
<div t-name="website.ga_dialog_content"> <div t-name="website.ga_dialog_content">
Your Tracking ID: <input type="text" name="ga_analytics_key" placeholder="UA-XXXXXXXX-Y" t-att-value="ga_analytics_key" style="width: 100%"></input> Your Tracking ID: <input type="text" name="ga_analytics_key" placeholder="UA-XXXXXXXX-Y" t-att-value="ga_analytics_key" style="width: 100%"></input>
<a href="https://www.flectra.com/documentation/user/online/website/optimize/google_analytics.html" class="oe_link fa fa-arrow-right" target="_blank"> <a href="https://userdoc.flectrahq.com/website/optimize/google_analytics.html" class="oe_link fa fa-arrow-right" target="_blank">
How to get my Tracking ID How to get my Tracking ID
</a> </a>
<br/><br/> <br/><br/>
Your Client ID: <input type="text" name="ga_client_id" t-att-value="ga_key" style="width: 100%"></input> Your Client ID: <input type="text" name="ga_client_id" t-att-value="ga_key" style="width: 100%"></input>
<a href="https://www.flectra.com/documentation/user/online/website/optimize/google_analytics_dashboard.html" class="oe_link fa fa-arrow-right" target="_blank"> <a href="https://userdoc.flectrahq.com/website/optimize/google_analytics_dashboard.html" class="oe_link fa fa-arrow-right" target="_blank">
How to get my Client ID How to get my Client ID
</a> </a>
</div> </div>

View File

@ -76,7 +76,7 @@
</div> </div>
</div> </div>
<div attrs="{'invisible': [('has_google_analytics', '=', False)]}"> <div attrs="{'invisible': [('has_google_analytics', '=', False)]}">
<a href="https://www.flectrahq.com/documentation/user/11.0/website/optimize/google_analytics.html" <a href="https://userdoc.flectrahq.com/website/optimize/google_analytics.html"
class="oe_link fa fa-arrow-right" target="_blank"> class="oe_link fa fa-arrow-right" target="_blank">
How to get my Tracking ID How to get my Tracking ID
</a> </a>
@ -103,7 +103,7 @@
</div> </div>
</div> </div>
<div attrs="{'invisible': [('has_google_analytics_dashboard', '=', False)]}"> <div attrs="{'invisible': [('has_google_analytics_dashboard', '=', False)]}">
<a href="https://www.flectrahq.com/documentation/user/online/website/optimize/google_analytics_dashboard.html" <a href="https://userdoc.flectrahq.com/website/optimize/google_analytics_dashboard.html"
class="oe_link fa fa-arrow-right" target="_blank"> class="oe_link fa fa-arrow-right" target="_blank">
How to get my Client ID How to get my Client ID
</a> </a>

View File

@ -244,8 +244,9 @@
<xpath expr="//footer" position="inside"> <xpath expr="//footer" position="inside">
<div class="container mt16 mb8"> <div class="container mt16 mb8">
<div class="pull-right" t-ignore="true" t-if="not editable"> <div class="pull-right" t-ignore="true" t-if="not editable">
Create a <a target="_blank" href="http://www.flectra.com/page/website-builder">free website</a> with Create a <a target="_blank" href="http://www.flectrahq.com/page/website-builder">free website</a> with
<a target="_blank" class="label label-danger" href="http://www.flectra.com/page/website-builder">Flectra</a> <a target="_blank" class="label label-danger"
href="http://www.flectrahq.com/page/website-builder">Flectra</a>
</div> </div>
<div class="pull-left text-muted" itemscope="itemscope" itemtype="http://schema.org/Organization"> <div class="pull-left text-muted" itemscope="itemscope" itemtype="http://schema.org/Organization">
Copyright &amp;copy; <span t-field="res_company.name" itemprop="name">Company name</span> Copyright &amp;copy; <span t-field="res_company.name" itemprop="name">Company name</span>
@ -548,7 +549,8 @@
<small>Flectra Version <t t-raw="version.get('server_version')"/></small> <small>Flectra Version <t t-raw="version.get('server_version')"/></small>
</h1> </h1>
<p> <p>
Information about the <t t-esc="res_company.name"/> instance of Flectra, the <a target="_blank" href="https://www.flectra.com">Open Source ERP</a>. Information about the <t t-esc="res_company.name"/>
instance of Flectra, the <a target="_blank" href="https://www.flectrahq.com">Open Source ERP</a>.
</p> </p>
<div class="alert alert-warning alert-dismissable mt16" groups="website.group_website_publisher"> <div class="alert alert-warning alert-dismissable mt16" groups="website.group_website_publisher">

View File

@ -709,8 +709,9 @@
<xpath expr="//footer" position="inside"> <xpath expr="//footer" position="inside">
<div class="container mt16 mb8"> <div class="container mt16 mb8">
<!-- <div class="pull-right" t-ignore="true" t-if="not editable"> <!-- <div class="pull-right" t-ignore="true" t-if="not editable">
Powered by <a target="_blank" class="label label-danger" href="http://www.flectra.com/page/website-builder">Flectra</a>. Powered by <a target="_blank" class="label label-danger"
Try the <a target="_blank" href="http://www.flectra.com/page/website-builder">open source website builder</a>. href="http://www.flectrahq.com/page/website-builder">Flectra</a>.
Try the <a target="_blank" href="http://www.flectrahq.com/page/website-builder">open source website builder</a>.
</div> --> </div> -->
<div class="pull-left text-muted"> <div class="pull-left text-muted">
Copyright &amp;copy; <span t-field="res_company.name">Company name</span> Copyright &amp;copy; <span t-field="res_company.name">Company name</span>

View File

@ -33,14 +33,14 @@
<field name="event_id" ref="event.event_0"/> <field name="event_id" ref="event.event_0"/>
<field name="sponsor_type_id" ref="event_sponsor_type1"/> <field name="sponsor_type_id" ref="event_sponsor_type1"/>
<field name="partner_id" ref="base.res_partner_2"/> <field name="partner_id" ref="base.res_partner_2"/>
<field name="url">http://flectra.com</field> <field name="url">http://flectrahq.com</field>
</record> </record>
<record id="event_sponsor_1" model="event.sponsor"> <record id="event_sponsor_1" model="event.sponsor">
<field name="event_id" ref="event.event_0"/> <field name="event_id" ref="event.event_0"/>
<field name="sponsor_type_id" ref="event_sponsor_type2"/> <field name="sponsor_type_id" ref="event_sponsor_type2"/>
<field name="partner_id" ref="base.res_partner_12"/> <field name="partner_id" ref="base.res_partner_12"/>
<field name="url">http://flectra.com</field> <field name="url">http://flectrahq.com</field>
</record> </record>
<record id="event_sponsor_2" model="event.sponsor"> <record id="event_sponsor_2" model="event.sponsor">
@ -53,7 +53,7 @@
<field name="event_id" ref="event.event_0"/> <field name="event_id" ref="event.event_0"/>
<field name="sponsor_type_id" ref="event_sponsor_type3"/> <field name="sponsor_type_id" ref="event_sponsor_type3"/>
<field name="partner_id" ref="base.res_partner_4"/> <field name="partner_id" ref="base.res_partner_4"/>
<field name="url">http://flectra.com</field> <field name="url">http://flectrahq.com</field>
</record> </record>
<!-- Tracks --> <!-- Tracks -->

View File

@ -61,17 +61,14 @@ In simple words does Flectra became CMS+ERP platform?</p>]]></field>
</record> </record>
<record id="answer_1" model="forum.post"> <record id="answer_1" model="forum.post">
<field name="forum_id" ref="website_forum.forum_help"/> <field name="forum_id" ref="website_forum.forum_help"/>
<field name="content"><![CDATA[ <field name="content"><![CDATA[<p></p>]]></field>
<p>Flectra v8 (next release) provides a web module and an e-commerce module: www.flectra.com/page/website-builder
The CMS editor in Flectra web is nice but I prefer Drupal for customization and there is a Drupal module for Flectra. I think WP is better than Flectra web too.
</p>]]></field>
<field name="parent_id" ref="question_1"/> <field name="parent_id" ref="question_1"/>
<field name="post_type">question</field> <field name="post_type">question</field>
</record> </record>
<!-- Article--> <!-- Article-->
<record id="article_0" model="forum.post"> <record id="article_0" model="forum.post">
<field name="content_link">https://www.flectra.com</field> <field name="content_link">https://www.flectrahq.com</field>
<field name="name">Discover Flectra, an open source ERP.</field> <field name="name">Discover Flectra, an open source ERP.</field>
<field name="forum_id" ref="website_forum.forum_help"/> <field name="forum_id" ref="website_forum.forum_help"/>
<field name="post_type">link</field> <field name="post_type">link</field>

View File

@ -272,7 +272,7 @@ flectra.define('website_forum.website_forum', function (require) {
var display_error = function(){ var display_error = function(){
var $warning = $('<div class="alert alert-danger alert-dismissable" style="position:absolute; margin-top: -180px; margin-left: 90px;">'+ var $warning = $('<div class="alert alert-danger alert-dismissable" style="position:absolute; margin-top: -180px; margin-left: 90px;">'+
'<button type="button" class="close notification_close" data-dismiss="alert" aria-hidden="true">&times;</button>'+ '<button type="button" class="close notification_close" data-dismiss="alert" aria-hidden="true">&times;</button>'+
'Please enter valid URL. Example: http://www.flectra.com'+ 'Please enter valid URL. Example: http://www.flectrahq.com'+
'</div>'); '</div>');
$link.parent().append($warning); $link.parent().append($warning);
$link.parents('form').find('button')[0].disabled = true; $link.parents('form').find('button')[0].disabled = true;

View File

@ -495,7 +495,7 @@
<label class="col-sm-2 control-label" for="content_link">URL to Share</label> <label class="col-sm-2 control-label" for="content_link">URL to Share</label>
<div class="col-sm-8"> <div class="col-sm-8">
<input type="text" name="content_link" required="True" t-attf-value="#{post_name}" <input type="text" name="content_link" required="True" t-attf-value="#{post_name}"
class="form-control mb16 o_forum_post_link" placeholder="e.g. https://www.flectra.com"/> class="form-control mb16 o_forum_post_link" placeholder="e.g. https://www.flectrahq.com"/>
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">

View File

@ -42,7 +42,8 @@
<label class="col-sm-3 control-label text-left">URL</label> <label class="col-sm-3 control-label text-left">URL</label>
<div class="col-sm-9"> <div class="col-sm-9">
<input type="text" id="url" class="form-control required-form-control" required="True" placeholder="e.g. https://www.flectra.com/page/contactus" t-att-value="u"/> <input type="text" id="url"
class="form-control required-form-control" required="True" placeholder="e.g. https://www.flectrahq.com/page/contactus" t-att-value="u"/>
</div> </div>
</div> </div>

View File

@ -3,7 +3,7 @@
<data noupdate="1"> <data noupdate="1">
<record id="im_livechat_channel_data_website" model="im_livechat.channel"> <record id="im_livechat_channel_data_website" model="im_livechat.channel">
<field name="name">YourWebsiteWithFlectra.com</field> <field name="name">YourWebsiteWithFlectrahq.com</field>
<field name="default_message">Hello, how may I help you?</field> <field name="default_message">Hello, how may I help you?</field>
</record> </record>

View File

@ -12,7 +12,7 @@
<record id="mail_template_data_module_install_website_mail" model="mail.template"> <record id="mail_template_data_module_install_website_mail" model="mail.template">
<field name="name">website module install then send email</field> <field name="name">website module install then send email</field>
<field name="subject">Your business is reachable from anywhere, anytime !</field> <field name="subject">Your business is reachable from anywhere, anytime !</field>
<field name="email_from">help@flectra.com</field> <field name="email_from">help@flectrahq.com</field>
<field name="email_to">${user.email|safe}</field> <field name="email_to">${user.email|safe}</field>
<field name="lang">${user.lang}</field> <field name="lang">${user.lang}</field>
<field name="model_id" ref="base.model_ir_module_module"/> <field name="model_id" ref="base.model_ir_module_module"/>
@ -94,12 +94,12 @@
</p> </p>
<p dir="ltr" style="font-size:13px;margin-top:0pt;margin-bottom:8pt;"> <p dir="ltr" style="font-size:13px;margin-top:0pt;margin-bottom:8pt;">
<span>We would be delighted to assist you along the way. Contact us through our <span>We would be delighted to assist you along the way. Contact us through our
<a href="https://www.flectra.com/help">support form</a> if you have any question. <a href="https://flectrahq.com/flectra-erp-support">support form</a> if you have any question.
You can also discover how to get the best out of Flectra with our </span> You can also discover how to get the best out of Flectra with our </span>
<a href="https://www.flectra.com/documentation/user"> <a href="https://userdoc.flectrahq.com/index.html">
<span style="text-decoration:underline;">User Documentation</span></a> <span style="text-decoration:underline;">User Documentation</span></a>
</span><span> or with our </span> </span><span> or with our </span>
<a href="https://www.flectra.com/documentation"> <a href="https://doc.flectrahq.com/webservices/flectra.html">
<span style="text-decoration:underline;">API Documentation</span></a> <span style="text-decoration:underline;">API Documentation</span></a>
</p> </p>
<p dir="ltr" style="font-size:13px;margin-top:0pt;margin-bottom:8pt;"><span>Enjoy your Flectra experience,</span></p> <p dir="ltr" style="font-size:13px;margin-top:0pt;margin-bottom:8pt;"><span>Enjoy your Flectra experience,</span></p>

View File

@ -81,7 +81,8 @@
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<span class="fa fa-file-text-o fa-5x"></span> <span class="fa fa-file-text-o fa-5x"></span>
<p class="text-muted">Publishes references directly on Flectra.com</p> <p class="text-muted">Publishes references
directly on flectrahq.com</p>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<span class="fa fa-certificate fa-5x"></span> <span class="fa fa-certificate fa-5x"></span>
@ -122,7 +123,8 @@
<li>The Flectra Enterprise GitHub repositories for all his developers</li> <li>The Flectra Enterprise GitHub repositories for all his developers</li>
<li>The ability to report bugs to be fixed by Flectra on behalf of his customer (Enterprise contracts only)</li> <li>The ability to report bugs to be fixed by Flectra on behalf of his customer (Enterprise contracts only)</li>
<li>Access to an Account Manager at Flectra SA to discuss strategic, sales and service issues</li> <li>Access to an Account Manager at Flectra SA to discuss strategic, sales and service issues</li>
<li>Visibility and recognition, by being listed as an official partner on Flectra.com Partners page</li> <li>Visibility and recognition, by being
listed as an official partner on flectrahq.com Partners page</li>
<li>Up to 20% commission on Flectra Enterprise sales, depending on the partnership level</li> <li>Up to 20% commission on Flectra Enterprise sales, depending on the partnership level</li>
<li>Yearly upgrade training sessions when a new version is released</li> <li>Yearly upgrade training sessions when a new version is released</li>
<li>Access to the Partners Portal</li> <li>Access to the Partners Portal</li>
@ -300,7 +302,7 @@
<li>Participants preferably have a functional knowledge of our software (see Functional Training).</li> <li>Participants preferably have a functional knowledge of our software (see Functional Training).</li>
</ul><p>&amp;nbsp;</p> </ul><p>&amp;nbsp;</p>
<p>To get more information, visit the <a target="_blank" href="https://www.flectra.com/">Flectra Official Website</a>.</p> <p>To get more information, visit the <a target="_blank" href="https://www.flectrahq.com/">Flectra Official Website</a>.</p>
</div> </div>
</div> </div>
</div> </div>

View File

@ -663,8 +663,9 @@
<xpath expr="//footer" position="inside"> <xpath expr="//footer" position="inside">
<div class="container mt16 mb8"> <div class="container mt16 mb8">
<!--<div class="pull-right" t-ignore="true" t-if="not editable"> <!--<div class="pull-right" t-ignore="true" t-if="not editable">
Powered by <a target="_blank" class="label label-danger" href="http://www.flectra.com/page/website-builder">Flectra</a>, Powered by <a target="_blank" class="label label-danger"
an awesome <a target="_blank" href="http://www.flectra.com/page/crm">Open Source CRM</a>. href="http://www.flectrahq.com/page/website-builder">Flectra</a>,
an awesome <a target="_blank" href="http://www.flectrahq.com/page/crm">Open Source CRM</a>.
</div> --> </div> -->
<div class="pull-left text-muted"> <div class="pull-left text-muted">
Copyright &amp;copy; <span t-field="res_company.name">Company name</span> Copyright &amp;copy; <span t-field="res_company.name">Company name</span>

View File

@ -88,7 +88,7 @@
<p><strong>Mandatory content</strong><br/> <p><strong>Mandatory content</strong><br/>
<li><strong>Product/Service name</strong></li> <li><strong>Product/Service name</strong></li>
<li><strong>Price</strong> with currency</li> <li><strong>Price</strong> with currency</li>
<li><a href="https://www.flectra.com/documentation/user/online/ecommerce/managing_products/variants.html" target="_blank"><strong>Variants</strong> like size or color</a></li> <li><a href="https://userdoc.flectrahq.com/ecommerce/managing_products/variants.html" target="_blank"><strong>Variants</strong> like size or color</a></li>
<li><strong>Call-to-action</strong> short and clear: Add to Cart, Ask for quote, etc.</li> <li><strong>Call-to-action</strong> short and clear: Add to Cart, Ask for quote, etc.</li>
<li><strong>High-quality pictures</strong></li> <li><strong>High-quality pictures</strong></li>
<li><strong>Short description</strong></li> <li><strong>Short description</strong></li>
@ -102,11 +102,11 @@
Recommended for at least your top products, because it may have a big impact on your sales and conversion rates. Recommended for at least your top products, because it may have a big impact on your sales and conversion rates.
</p> </p>
<p> <p>
<li><strong><a href="https://www.flectra.com/documentation/user/online/ecommerce/managing_products/multi_images.html" target="_blank">Pictures gallery:</a></strong> all angles, detailed view, package, etc.</li> <li><strong><a href="https://userdoc.flectrahq.com/ecommerce/managing_products/multi_images.html" target="_blank">Pictures gallery:</a></strong> all angles, detailed view, package, etc.</li>
<li><strong>Value proposition:</strong> whats the end-benefit of this product and who is it for?</li> <li><strong>Value proposition:</strong> whats the end-benefit of this product and who is it for?</li>
<li><strong>Features and benefits:</strong> what the product does and why that is good</li> <li><strong>Features and benefits:</strong> what the product does and why that is good</li>
<li><strong>Technical information:</strong> what do you get and how does it work?</li> <li><strong>Technical information:</strong> what do you get and how does it work?</li>
<li><strong><a href="https://www.flectra.com/documentation/user/online/ecommerce/maximizing_revenue/reviews.html" target="_blank">Customers review:</a></strong> what do the customers think of the product</li> <li><strong><a href="https://userdoc.flectrahq.com/ecommerce/maximizing_revenue/reviews.html" target="_blank">Customers review:</a></strong> what do the customers think of the product</li>
<li><strong>Bonuses:</strong> what you get on top of the offer</li> <li><strong>Bonuses:</strong> what you get on top of the offer</li>
</p> </p>
</div> </div>
@ -115,7 +115,7 @@
<div class="col-sm-1 col-md-2 icon"><span class="fa fa-question-circle "/></div> <div class="col-sm-1 col-md-2 icon"><span class="fa fa-question-circle "/></div>
<div class="col-sm-11 col-md-10"> <div class="col-sm-11 col-md-10">
<p><strong>Reassurance arguments</strong><br/> <p><strong>Reassurance arguments</strong><br/>
Anticipate your customers questions &amp; worries on practical details like shipping rates &amp; policies, return &amp; replacement policies, payment acquirers &amp; security and your <a href="https://www.flectra.com/documentation/user/online/ecommerce/managing_products/stock.html" target="_blank">product's availability (In Stock, Not Available, etc.)</a>. Anticipate your customers questions &amp; worries on practical details like shipping rates &amp; policies, return &amp; replacement policies, payment acquirers &amp; security and your <a href="https://userdoc.flectrahq.com/ecommerce/managing_products/stock.html" target="_blank">product's availability (In Stock, Not Available, etc.)</a>.
</p> </p>
</div> </div>
</div> </div>
@ -155,7 +155,7 @@
</div> </div>
<div class="panel-body"> <div class="panel-body">
<p> <p>
<a href="https://www.flectra.com/documentation/user/online/sales/products_prices/products/import.html" target="_blank">Use our import templates to get your catalog ready in no time!</a> <a href="https://userdoc.flectrahq.com/sales/products_prices/products/import.html" target="_blank">Use our import templates to get your catalog ready in no time!</a>
</p> </p>
</div> </div>
</div> </div>
@ -166,8 +166,8 @@
<div class="well well-lg"> <div class="well well-lg">
<strong>For complex imports</strong> (&gt;5000 items, product variants, pictures, etc.): <strong>For complex imports</strong> (&gt;5000 items, product variants, pictures, etc.):
<li>Online users: we do it for you! <a href="https://www.flectra.com/help" target="_blank"><i class="fa fa-envelope-o"/> Ask Our Experts</a></li> <li>Online users: we do it for you! <a href="https://flectrahq.com/flectra-erp-support" target="_blank"><i class="fa fa-envelope-o"/> Ask Our Experts</a></li>
<li>Community &amp; Enterprise users: <a href="https://www.flectra.com/documentation/online/api_integration.html" target="_blank">use Flectra API to import through scripts</a></li> <li>Community &amp; Enterprise users: <a href="https://doc.flectrahq.com" target="_blank">use Flectra API to import through scripts</a></li>
</div> </div>
</div> </div>
</div> </div>
@ -200,7 +200,7 @@
Ease the product browsing with: Ease the product browsing with:
<li>Sort by price</li> <li>Sort by price</li>
<li>Product categories list</li> <li>Product categories list</li>
<li><a href="https://www.flectra.com/documentation/user/online/ecommerce/managing_products/variants.html" target="_blank">Product attributes filter</a></li> <li><a href="https://userdoc.flectrahq.com/ecommerce/managing_products/variants.html" target="_blank">Product attributes filter</a></li>
</p> </p>
</div> </div>
</div> </div>
@ -226,7 +226,7 @@
<div class="well well-lg"> <div class="well well-lg">
<strong>Next actions:</strong> <strong>Next actions:</strong>
<li><a href="/shop" target="_blank">Review your catalog</a></li> <li><a href="/shop" target="_blank">Review your catalog</a></li>
<li><a href="https://www.flectra.com/documentation/user/online/ecommerce/getting_started/catalog.html" target="_blank">See how to customize your catalog page</a></li> <li><a href="https://userdoc.flectrahq.com/ecommerce/getting_started/catalog.html" target="_blank">See how to customize your catalog page</a></li>
</div> </div>
</div> </div>
</div> </div>
@ -317,7 +317,7 @@
<li><a t-att-href="prepare_backend_url('website.action_website_configuration')" target="blank"> Select your shipping management policy</a></li> <li><a t-att-href="prepare_backend_url('website.action_website_configuration')" target="blank"> Select your shipping management policy</a></li>
<li><a t-att-href="prepare_backend_url('website.action_website_configuration')" target="blank"> Install shipping connectors</a></li> <li><a t-att-href="prepare_backend_url('website.action_website_configuration')" target="blank"> Install shipping connectors</a></li>
<li><a t-att-href="prepare_backend_url('delivery.action_delivery_carrier_form')" target="blank"> Configure your delivery methods (pricing, destinations)</a></li> <li><a t-att-href="prepare_backend_url('delivery.action_delivery_carrier_form')" target="blank"> Configure your delivery methods (pricing, destinations)</a></li>
<li><a href="https://www.flectra.com/documentation/user/online/inventory/shipping.html" target="blank"> See how to configure delivery methods and shipping connectors</a></li> <li><a href="https://userdoc.flectrahq.com/inventory/shipping.html" target="blank"> See how to configure delivery methods and shipping connectors</a></li>
</div> </div>
</t> </t>
@ -383,7 +383,7 @@
<p> <p>
<strong>Next actions:</strong> <strong>Next actions:</strong>
<li><a href="https://www.flectra.com/documentation/user/online/ecommerce/shopper_experience/payment.html" target="blank">See how to configure payment acquirers</a><br/></li><br/> <li><a href="https://userdoc.flectrahq.com/ecommerce/shopper_experience/payment.html" target="blank">See how to configure payment acquirers</a><br/></li><br/>
<div class="alert alert-info info_icon" role="alert"> <div class="alert alert-info info_icon" role="alert">
<span class="fa fa-lightbulb-o fa-2x"></span> <span class="fa fa-lightbulb-o fa-2x"></span>
<li>Some acquirers like Authorize.net and Ingenico can be used as payment gateways with your own payment processor.</li> <li>Some acquirers like Authorize.net and Ingenico can be used as payment gateways with your own payment processor.</li>
@ -411,7 +411,7 @@
</div> </div>
<div class="panel-body"> <div class="panel-body">
<p> <p>
<a href="https://www.flectra.com/documentation/user/online/ecommerce/maximizing_revenue/upselling.html" target="blank">Suggest pricier alternatives</a> <a href="https://userdoc.flectrahq.com/ecommerce/maximizing_revenue/upselling.html" target="blank">Suggest pricier alternatives</a>
</p> </p>
</div> </div>
</div> </div>
@ -425,7 +425,7 @@
</div> </div>
<div class="panel-body"> <div class="panel-body">
<p> <p>
<a href="https://www.flectra.com/documentation/user/online/ecommerce/maximizing_revenue/cross_selling.html" target="blank">Suggest options and accessories</a><br/> <a href="https://userdoc.flectrahq.com/ecommerce/maximizing_revenue/cross_selling.html" target="blank">Suggest options and accessories</a><br/>
e.g. for computers: e.g. for computers:
<li>Options: warranty, software</li> <li>Options: warranty, software</li>
<li>Accessories: screen, mouse</li> <li>Accessories: screen, mouse</li>
@ -511,7 +511,7 @@
<li><a t-att-href="prepare_backend_url('sale.action_sale_config_settings')" target="blank"> Select your pricing preference and allow discounts</a></li> <li><a t-att-href="prepare_backend_url('sale.action_sale_config_settings')" target="blank"> Select your pricing preference and allow discounts</a></li>
<li><a t-att-href="prepare_backend_url('product.product_pricelist_action2')" target="blank"> Configure your pricelists</a></li> <li><a t-att-href="prepare_backend_url('product.product_pricelist_action2')" target="blank"> Configure your pricelists</a></li>
<li><a t-att-href="prepare_backend_url('account.action_account_config')" target="blank"> Apply multi-currencies</a></li> <li><a t-att-href="prepare_backend_url('account.action_account_config')" target="blank"> Apply multi-currencies</a></li>
<li><a href="https://www.flectra.com/documentation/user/online/ecommerce/maximizing_revenue/pricing.html" target="blank">See how to configure pricing &amp; discounts</a></li> <li><a href="https://userdoc.flectrahq.com/ecommerce/maximizing_revenue/pricing.html" target="blank">See how to configure pricing &amp; discounts</a></li>
</div> </div>
</t> </t>
</xpath> </xpath>

View File

@ -1759,8 +1759,12 @@
<xpath expr="//footer" position="inside"> <xpath expr="//footer" position="inside">
<div class="container mt16 mb8"> <div class="container mt16 mb8">
<!-- <div class="pull-right" t-ignore="true" t-if="not editable"> <!-- <div class="pull-right" t-ignore="true" t-if="not editable">
Powered by <a target="_blank" class="label label-danger" href="http://www.flectra.com/page/website-builder">Flectra</a>, Powered by <a
the #1 <a target="_blank" href="http://www.flectra.com/page/e-commerce">Open Source eCommerce</a>. target="_blank"
class="label label-danger" href="http://www.flectrahq.com/page/website-builder">Flectra</a>,
the #1 <a
target="_blank"
href="http://www.flectrahq.com/page/e-commerce">Open Source eCommerce</a>.
</div> --> </div> -->
<div class="pull-left text-muted"> <div class="pull-left text-muted">
Copyright &amp;copy; <span t-field="res_company.name">Company name</span></div> Copyright &amp;copy; <span t-field="res_company.name">Company name</span></div>

2
debian/control vendored
View File

@ -5,7 +5,7 @@ Maintainer: FlectraHQ <info@flectrahq.com>
Uploaders: FlectraHQ <info@flectrahq.com> Uploaders: FlectraHQ <info@flectrahq.com>
Build-Depends: debhelper (>= 9.2), dh-python, python3, rsync, python3-setuptools Build-Depends: debhelper (>= 9.2), dh-python, python3, rsync, python3-setuptools
Standards-Version: 3.9.8 Standards-Version: 3.9.8
Homepage: https://flectrahq.com/ Homepage: https://www.flectrahq.com/
Vcs-Git: https://github.com/flectra/flectra Vcs-Git: https://github.com/flectra/flectra
Package: flectra Package: flectra

View File

@ -349,7 +349,7 @@
class="fa fa-facebook"></i></a> class="fa fa-facebook"></i></a>
<a href="https://twitter.com/flectrahq"><i <a href="https://twitter.com/flectrahq"><i
class="fa fa-twitter"></i></a> class="fa fa-twitter"></i></a>
<a href="mailto:info@flectra.com"><i <a href="mailto:info@flectrahq.com"><i
class="fa fa-envelope"></i></a> class="fa fa-envelope"></i></a>
</div> </div>
</div> </div>

View File

@ -1,4 +1,4 @@
// Based on http://www.flectra.com/openerp_website/static/src/less/footer.less // Based on http://www.flectrahq.com/openerp_website/static/src/less/footer.less
// ======================================================================== // ========================================================================
body > footer { body > footer {

View File

@ -1,4 +1,4 @@
// Based on http://www.flectra.com/openerp_website/static/src/less/header.less // Based on http://www.flectrahq.com/openerp_website/static/src/less/header.less
// ======================================================================== // ========================================================================
// ============= MIXINS // ============= MIXINS

View File

@ -19,7 +19,7 @@
// Documentation header's customizations // Documentation header's customizations
// -------------------------------------- // --------------------------------------
// Header style is based on flectra.com and can be find in the header.less file. // Header style is based on flectrahq.com and can be find in the header.less file.
// The following rules are specific for the documentation website. // The following rules are specific for the documentation website.
.o_main_header { .o_main_header {

Some files were not shown because too many files have changed in this diff Show More