[FIX] Odoo word to Flectra

This commit is contained in:
Chintan Ambaliya 2018-08-02 14:33:52 +05:30
parent 35931f4f7d
commit 4a8a08ec6c
2 changed files with 3 additions and 3 deletions

View File

@ -161,7 +161,7 @@ class PaymentAcquirer(models.Model):
payment_icon_ids = fields.Many2many('payment.icon', string='Supported Payment Icons')
payment_flow = fields.Selection(selection=[('form', 'Redirection to the acquirer website'),
('s2s','Payment from Odoo')],
('s2s','Payment from Flectra')],
default='form', required=True, string='Payment Flow',
help="""Note: Subscriptions does not take this field in account, it uses server to server by default.""")

View File

@ -69,14 +69,14 @@
<h2 class="oe_slogan" style=" text-align: left;">Marketplaces integration</h2>
<h3 class="oe_slogan" style="text-align: left;">Amazon &amp; eBay</h3>
<p class="oe_mt16 text-justify">
Get extra exposure and sell more by publishing your products on eBay and Amazon. Import and manage your items straight from your Odoo instance.
Get extra exposure and sell more by publishing your products on eBay and Amazon. Import and manage your items straight from your Flectra instance.
</p>
</div>
<div class="col-md-5">
<h2 class="oe_slogan" style=" text-align: left;">Shippers integration</h2>
<h3 class="oe_slogan" style="text-align: left;">UPS, DHL &amp; FedEx</h3>
<p class="oe_mt16 text-justify">
Speed up your shipment process and track your packages from Odoo. Select between multiple rates by shipping providers.
Speed up your shipment process and track your packages from Flectra. Select between multiple rates by shipping providers.
</p>
</div>
</div>