Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

[IMP] #101

Open
wants to merge 7 commits into
base: 11.0
Choose a base branch
from
Open

[IMP] #101

wants to merge 7 commits into from

Conversation

carlosecv
Copy link

Travis changes config

carlosecv added 2 commits July 6, 2019 07:55
    First Telegram Odoo v11 working version:

    Module telegram is functional for version 11
    /login command working now
    /help  command working
    /users and /user_%# commands working
    /me    command working
    /logout command working

    TODO:

    Make work /pipeline from telegram_crm
    Make work /new_issues from telegram_project_issue

    Allow create buttons and add new records to Partners, Issues, Sale Orders
New travis options
@@ -338,6 +340,7 @@ def _update_locals_dict(self, locals_dict, tsession):
@api.multi
def _eval(self, code, locals_dict=None, tsession=None):
"""Prepare data for rendering"""
#import pdb; pdb.set_trace()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

block comment should start with '# '

@@ -287,6 +288,7 @@ def eval_post_response(self, tsession):
def eval_notification(self, event, tsession):
self.ensure_one()
# TODO: tsession can be multi recordset
#import pdb; pdb.set_trace()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

block comment should start with '# '

carlosecv added 4 commits July 6, 2019 08:06
Comment ñine
model update
Command Telegram Form Fix missing labels on notepad
telegram_project_issue  Working on version 11
telegram_shop and all picture or graphics issue fixed for version 11
@@ -393,7 +395,9 @@ def _render(self, template, locals_dict, tsession):
f = photo['data']
else:
# type is 'base64' by default
f = io.StringIO(base64.b64decode(photo['data']))
#f = io.StringIO(base64.b64decode(photo['data']))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

block comment should start with '# '

New module gas delivery Initial Version
Add Functionality to allow clone Telegram Commands On Odoo Interface
You can install but not working 1005 telegram_expense_manager on Odoo 11
from odoo.addons.base_geoengine import geo_model
from odoo.exceptions import ValidationError

class TelegramSession(models.Model):
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expected 2 blank lines, found 1


from odoo.addons.base_geoengine import fields as geo_fields
from odoo.addons.base_geoengine import geo_model
from odoo.exceptions import ValidationError
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'odoo.exceptions.ValidationError' imported but unused

import urllib as my_urllib

from odoo.addons.base_geoengine import fields as geo_fields
from odoo.addons.base_geoengine import geo_model
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'odoo.addons.base_geoengine.geo_model' imported but unused


import urllib as my_urllib

from odoo.addons.base_geoengine import fields as geo_fields
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'odoo.addons.base_geoengine.fields as geo_fields' imported but unused


from itertools import groupby

import urllib as my_urllib
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'urllib as my_urllib' imported but unused


from odoo.addons.base_geoengine import fields as geo_fields
from odoo.addons.base_geoengine import geo_model
from odoo.exceptions import ValidationError
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'odoo.exceptions.ValidationError' imported but unused

import urllib as my_urllib

from odoo.addons.base_geoengine import fields as geo_fields
from odoo.addons.base_geoengine import geo_model
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'odoo.addons.base_geoengine.geo_model' imported but unused


import urllib as my_urllib

from odoo.addons.base_geoengine import fields as geo_fields
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'odoo.addons.base_geoengine.fields as geo_fields' imported but unused


from itertools import groupby

import urllib as my_urllib
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'urllib as my_urllib' imported but unused

from odoo.tools import DEFAULT_SERVER_DATETIME_FORMAT, float_compare
from odoo.exceptions import UserError

from itertools import groupby
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'itertools.groupby' imported but unused

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant